Add .env.example template for required environment variables

This commit is contained in:
Christoph Haas 2026-02-26 01:42:15 +01:00
parent 66e2c8c7f1
commit 784ce73adb

10
.env.example Normal file
View file

@ -0,0 +1,10 @@
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