Skip to content

Commit 1a6031f

Browse files
committed
Update config
1 parent 9b09986 commit 1a6031f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: config.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ class Config(object):
1212
SQLALCHEMY_TRACK_MODIFICATIONS = False
1313
SQLALCHEMY_ECHO = False
1414

15-
SECRET_KEY = str(os.urandom(48))[2:-1].replace('\\x', '')
15+
SECRET_KEY = str(os.urandom(48))[2:-1].replace('\\x', '')
16+
17+
UNITPAY_SECRET_KEY = '00000000000000000000'

0 commit comments

Comments
 (0)