remove REQUIRE_CRLS setting in favor of DISABLE_CRL_CHECK

This commit is contained in:
dandds
2019-01-18 09:48:43 -05:00
parent 80f633f457
commit 4bd41950c6
5 changed files with 4 additions and 9 deletions

View File

@@ -17,7 +17,6 @@ PGPORT = 5432
PGUSER = postgres
PORT=8000
REDIS_URI = redis://localhost:6379
REQUIRE_CRLS = true
RQ_QUEUES = atat_%(ENVIRONMENT)s
SECRET = change_me_into_something_secret
SECRET_KEY = change_me_into_something_secret