You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
239 B
6 lines
239 B
"""Default settings for corvus."""
|
|
|
|
DEBUG = False
|
|
SECRET_KEY = b'\xb4\x89\x0f\x0f\xe5\x88\x97\xfe\x8d<\x0b@d\xe9\xa5\x87%' \
|
|
b'\xc6\xf0@l1\xe3\x90g\xfaA.?u=s' # CHANGE ME IN REAL CONFIG
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|