mirror of
https://github.com/fail0verflow/letterbomb.git
synced 2025-05-04 01:09:05 -04:00
13 lines
254 B
Text
13 lines
254 B
Text
# -!- coding: utf-8 -!-
|
|
|
|
# for cookies and stuff, nobody really cares
|
|
SECRET_KEY = 'fillme'
|
|
|
|
RECAPTCHA_PUBLICKEY = "fillme"
|
|
RECAPTCHA_PRIVATEKEY = "fillme"
|
|
|
|
DEBUG = False
|
|
ADMIN_EMAIL = ['foo@bar.com']
|
|
SMTP_SERVER = '127.0.0.1'
|
|
APP_EMAIL = 'foo@bar.com'
|
|
|