fix session config (d'oh)

This commit is contained in:
dandds 2018-08-03 14:57:35 -04:00 committed by richard-dds
parent 132c82de80
commit bcb5d9dbda

View File

@ -17,6 +17,6 @@ PGUSER = postgres
PGPASSWORD = postgres
PGDATABASE = atat
SESSION_TYPE = redis
SESSION_COOKIE_DOMAIN= "atat.codes"
SESSION_COOKIE_DOMAIN= atat.codes
SESSION_COOKIE_SECURE = True
SESSION_USE_SIGNER = True