Prepare redesign for public deployment

This commit is contained in:
SowinskiBraeden committed 2026-06-28 17:07:29 -07:00
1 parent f25de03c81
commit fbf56e1271
7 files changed
+27 -7

No files matched your search

+2
View File
@@ -1,6 +1,8 @@
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
MAIL_PORT=587
MAIL_USE_TLS=true