Making test_config and main config the same (#8838)
This commit is contained in:
parent
4b95c1f517
commit
4ce5add5df
|
|
@ -40,7 +40,6 @@ def GET_FEATURE_FLAGS_FUNC(ff):
|
|||
|
||||
|
||||
TESTING = True
|
||||
SECRET_KEY = "thisismyscretkey"
|
||||
WTF_CSRF_ENABLED = False
|
||||
PUBLIC_ROLE_LIKE_GAMMA = True
|
||||
AUTH_ROLE_PUBLIC = "Public"
|
||||
|
|
|
|||
Loading…
Reference in New Issue