port should be Int

This commit is contained in:
nek0 2015-10-18 01:29:19 +02:00
parent bc5b5ac064
commit da09c05972

View file

@ -76,7 +76,7 @@ data AppSettings = AppSettings
, appTos2 :: Text , appTos2 :: Text
-- ^ Terms of Service -- ^ Terms of Service
, appSearchHost :: Text , appSearchHost :: Text
, appSearchPort :: Text , appSearchPort :: Int
, appShards :: Int , appShards :: Int
, appReplicas :: Int , appReplicas :: Int
-- ^ Settings for Elasticsearch -- ^ Settings for Elasticsearch