Configuration
Environment Variables
Configure environment variables for Zeta Registry.
Environment Variables
Zeta uses environment variables to securely manage secrets and integrate with external services like Polar.sh. You must configure these variables before running your registry.
Required Variables
Variable | Type | Required | Description |
---|---|---|---|
REGISTRY_TOKEN_SECRET | string | Yes | Secret key for signing and verifying registry tokens. Generate a strong random value. Docs |
POLAR_ORG_ID | string | Yes | Your Polar.sh organization ID. Find it in your Polar dashboard. |
POLAR_ACCESS_TOKEN | string | Yes | API token for accessing Polar.sh endpoints. |
POLAR_IS_SANDBOX | bool | No | Set to true to use Polar's sandbox environment for testing. Defaults to false . |
Example .env
file
Tips
- Never commit your
.env
file to version control. - Use a password manager or secret manager to store sensitive values.
- For more details on each variable, see the installation guide.