Environment Variables
Environment variables let you pass configuration to your services without hardcoding values.
Setting variables
Section titled “Setting variables”Variables can be set in the environment: section of your docker-compose.yml (or the equivalent in your Kubernetes manifests), in the PreviewProof dashboard, or via the CLI.
Secret variables
Section titled “Secret variables”Sensitive values (API keys, database credentials) are encrypted at rest and masked in logs.
Full documentation coming soon.