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