2.0+ public access setup
This commit is contained in:
1 parent
c891163c6d
commit
2eadc722e9
45 files changed
+7875
-32
No files matched your search
+8
-2
@@ -1,3 +1,9 @@
|
||||
SECRET_KEY=replace-this-with-a-long-random-string
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=replace-this-password
|
||||
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
|
||||
Reference in new issue
Block a user