Add .env.example template for required environment variables
This commit is contained in:
parent
66e2c8c7f1
commit
784ce73adb
1 changed files with 10 additions and 0 deletions
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue