conference-archive/config/sample.py
2023-09-13 16:19:08 +05:30

7 lines
151 B
Python

DB_URL = "postgresql:///spaced"
SECRET_KEY = "YOUR-SECRET-KEY"
ADMINS = ["admin@example.org"]
SMTP_HOST = "localhost"
MAIL_FROM = "admin@example.org"