11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
DEBUG = False
|
|
|
|
SERVER_NAME = 'nickjanetakis.com'
|
|
SECRET_KEY = 'generateastrong128chartoken'
|
|
|
|
MAIL_USERNAME = 'you@realemailaccount.com'
|
|
MAIL_PASSWORD = 'thebestpasswordyouevermade'
|
|
|
|
CELERY_BROKER_URL = 'redis://:amuchmoresecurepassword@redis:6379/0'
|
|
CELERY_RESULT_BACKEND = 'redis://:amuchmoresecurepassword@redis:6379/0'
|