remove default secret key as it is no longer used

(lol hunter2)
This commit is contained in:
codl 2017-09-07 00:46:57 +02:00
parent 208fee88ec
commit fda4428572
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -15,7 +15,6 @@ app = Flask(__name__)
default_config = {
"SQLALCHEMY_TRACK_MODIFICATIONS": False,
"SQLALCHEMY_DATABASE_URI": "postgresql+psycopg2:///forget",
"SECRET_KEY": "hunter2",
"CELERY_BROKER": "redis://",
"HTTPS": True,
"SENTRY_CONFIG": {},