From e1841e021b13902018d66bbc2b8ad374fb528702 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Fri, 3 Aug 2018 14:57:22 -0400 Subject: [PATCH] Remove quotes from base config --- config/base.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.ini b/config/base.ini index 7e47675b..3e52d420 100644 --- a/config/base.ini +++ b/config/base.ini @@ -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