10 lines
506 B
Text
10 lines
506 B
Text
DATABASE_URL=postgres://user:password@host:5432/dbname
|
|
RAILS_ENV=production
|
|
SMTP_SERVER=smtp.example.com
|
|
SALSA_OAUTH_KEY=your_oauth_key_here
|
|
SALSA_OAUTH_SECRET=your_oauth_secret_here
|
|
APP_BASE_URL=https://screenshots.debian.net
|
|
COOLIFY_PROD_DEPLOY_TOKEN=your_prod_token_here
|
|
COOLIFY_PROD_DEPLOY_WEBHOOK=https://coolify.example.com/api/v1/deploy?uuid=xxx&force=false
|
|
COOLIFY_STAGE_DEPLOY_TOKEN=your_stage_token_here
|
|
COOLIFY_STAGE_DEPLOY_WEBHOOK=https://coolify.example.com/api/v1/deploy?uuid=xxx&force=false
|