From 2ff5c604e1793052ec339ae01865044df7122ecd Mon Sep 17 00:00:00 2001 From: dandds Date: Fri, 3 Aug 2018 14:57:35 -0400 Subject: [PATCH] fix session config (d'oh) --- config/base.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.ini b/config/base.ini index 3e52d420..318256f6 100644 --- a/config/base.ini +++ b/config/base.ini @@ -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