conference-archive/config/sample.py

7 lines
151 B
Python
Raw Permalink Normal View History

2023-09-13 11:49:08 +01:00
DB_URL = "postgresql:///spaced"
SECRET_KEY = "YOUR-SECRET-KEY"
ADMINS = ["admin@example.org"]
SMTP_HOST = "localhost"
MAIL_FROM = "admin@example.org"