Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Fix secret-key (#40)
Browse files Browse the repository at this point in the history
Thanks
  • Loading branch information
abc873693 authored and vn7n24fzkq committed Mar 12, 2019
1 parent 56d3716 commit d3884d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os
DEBUG = True
SECRET_KEY = "sdfsdhpmrgewf"
SECRET_KEY = "change secret key in production"
SESSION_COOKIE_HTTPONLY = True
SESSION_COOKIE_SECURE = True
#PERMANENT_SESSION_LIFETIME = timedelta(minutes=10)
Expand Down

0 comments on commit d3884d9

Please sign in to comment.