Finalize database deployment readiness

This commit is contained in:
SowinskiBraeden committed 2026-06-28 18:02:12 -07:00
1 parent 593420f984
commit 8740ff31cd
7 files changed
+662 -33

No files matched your search

+6 -8
View File
@@ -1,11 +1,9 @@
SECRET_KEY=replace-this-with-a-long-random-string
APP_ENV=production
DATABASE_URL=postgresql+psycopg://user:password@host/dbname
APP_BASE_URL=https://myboker.org
RATELIMIT_STORAGE_URI=redis://localhost:6379/0
MAIL_SERVER=smtp.sendgrid.net
SECRET_KEY=local-dev-secret-change-me
APP_ENV=development
APP_BASE_URL=http://localhost:5000
MAIL_SERVER=
MAIL_PORT=587
MAIL_USE_TLS=true
MAIL_USERNAME=apikey
MAIL_PASSWORD=your-sendgrid-api-key
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_DEFAULT_SENDER=noreply@myboker.org