Remove quotes from base config

This commit is contained in:
Patrick Smith 2018-08-03 14:57:22 -04:00 committed by richard-dds
parent 0143cc3659
commit e1841e021b

View File

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