We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b09986 commit 1a6031fCopy full SHA for 1a6031f
config.py
@@ -12,4 +12,6 @@ class Config(object):
12
SQLALCHEMY_TRACK_MODIFICATIONS = False
13
SQLALCHEMY_ECHO = False
14
15
- SECRET_KEY = str(os.urandom(48))[2:-1].replace('\\x', '')
+ SECRET_KEY = str(os.urandom(48))[2:-1].replace('\\x', '')
16
+
17
+ UNITPAY_SECRET_KEY = '00000000000000000000'
0 commit comments