Remove quotes from base config

This commit is contained in:
Patrick Smith 2018-08-03 14:57:22 -04:00
parent e3e9a022f8
commit 97d3fffc2c

View File

@ -16,7 +16,7 @@ PGPORT = 5432
PGUSER = postgres PGUSER = postgres
PGPASSWORD = postgres PGPASSWORD = postgres
PGDATABASE = atat PGDATABASE = atat
SESSION_TYPE = "redis" SESSION_TYPE = redis
SESSION_COOKIE_DOMAIN= "atat.codes" SESSION_COOKIE_DOMAIN= "atat.codes"
SESSION_COOKIE_SECURE = True SESSION_COOKIE_SECURE = True
SESSION_USE_SIGNER = True SESSION_USE_SIGNER = True