6 lines
109 B
Python
6 lines
109 B
Python
SECRET_KEY = 'replace-with-truly-random-string-for-production'
|
|
|
|
SERVER_NAME = 'localhost:5001'
|
|
|
|
DEBUG = True
|