Skip to content

Commit 1a6031f

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.py

Lines changed: 3 additions & 1 deletion
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)