Skip to content

Commit efea265

Browse files
committed
Salt added to BaseConfig class
1 parent e9edd1d commit efea265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
class BaseConfig(object):
44
ORIGINS = ["*"]
5+
SECRET_KEY = '\xb6]V~\x93\xcb\x1c\x12\xec\xcf\xa0&\x81b\xfc\x1a\xdc\x8b\xefAu\xa6\xd9\x9c'
56

67
class Development(BaseConfig):
78
PORT = 5000

0 commit comments

Comments
 (0)