.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
KEY_SERVICE_DATABASE_URL
secret
AWS_ENDPOINT
secret
AWS_ACCESS_KEY_ID
secret
AWS_SECRET_ACCESS_KEY
secret
AWS_DEFAULT_REGION
secret
LOG_LEVEL
LOG_PRETTY
OPAQUE_SECRET_KEY
secret
OPAQUE_PUBLIC_KEY
secret
DEV_ENDPOINTS_ENABLED
ENVIRONMENT
brew install flyctl && fly launch --from https://github.com/brave/accounts
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/brave/accounts
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/brave/accounts