port should be Int
This commit is contained in:
parent
bc5b5ac064
commit
da09c05972
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue