Files
boker/.env.example
T
2026-06-24 19:08:33 -07:00

11 lines
323 B
Bash

FLASK_ENV=production
SECRET_KEY=replace-this-with-a-long-random-string
DATABASE_URL=postgresql+psycopg://user:password@host/dbname
APP_BASE_URL=https://myboker.org
MAIL_SERVER=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USE_TLS=true
MAIL_USERNAME=apikey
MAIL_PASSWORD=your-sendgrid-api-key
MAIL_DEFAULT_SENDER=noreply@myboker.org