We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9edd1d commit efea265Copy full SHA for efea265
config.py
@@ -2,6 +2,7 @@
2
3
class BaseConfig(object):
4
ORIGINS = ["*"]
5
+ SECRET_KEY = '\xb6]V~\x93\xcb\x1c\x12\xec\xcf\xa0&\x81b\xfc\x1a\xdc\x8b\xefAu\xa6\xd9\x9c'
6
7
class Development(BaseConfig):
8
PORT = 5000
0 commit comments