Making test_config and main config the same (#8838)

This commit is contained in:
Craig Rueda 2020-01-02 10:57:54 -08:00 committed by Maxime Beauchemin
parent 4b95c1f517
commit 4ce5add5df
1 changed files with 0 additions and 1 deletions

View File

@ -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"