Skip to main content
All Veriox worker settings are managed from the portal — there’s nothing to configure in the worker code or wrangler.toml. Changes take effect within a few minutes without redeploying.

Portal configuration

Go to your worker in portal.veriox.ioConfiguration to manage all of the following settings.

For developers — Wrangler CLI

The behavioural settings above are not worker variables — they live in the portal and are applied to your worker automatically. The only thing the worker itself needs is your private key, set as a secret.

Secrets

Built-in values

Your Worker ID is baked into the worker code when you download it from the portal — there’s no variable to set. (For local development only, you can override it with a VERIOX_WORKER_ID value in .dev.vars.)

Example wrangler.toml

To change any verification setting, update it in the portal — it takes effect within a few minutes with no redeploy.