From bb31be8f6072e4dd72c8630c019f7ab5e0bc9fa9 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 26 Jul 2017 21:09:57 +0300 Subject: [WIP] State in OAuth2 callback should be short-lived --- src/Sproxy/Config.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Sproxy/Config.hs') diff --git a/src/Sproxy/Config.hs b/src/Sproxy/Config.hs index e0f35a3..b011680 100644 --- a/src/Sproxy/Config.hs +++ b/src/Sproxy/Config.hs @@ -8,7 +8,6 @@ module Sproxy.Config ( import Control.Applicative (empty) import Data.Aeson (FromJSON, parseJSON) import Data.HashMap.Strict (HashMap) -import Data.Int (Int64) import Data.Text (Text) import Data.Word (Word16) import Data.Yaml (Value(Object), (.:), (.:?), (.!=)) @@ -64,7 +63,7 @@ data BackendConf = BackendConf { , beSocket :: Maybe FilePath , beCookieName :: String , beCookieDomain :: Maybe String -, beCookieMaxAge :: Int64 +, beCookieMaxAge :: Int , beConnCount :: Int } deriving (Show) -- cgit v1.2.3