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
|
||||
-- ^ Terms of Service
|
||||
, appSearchHost :: Text
|
||||
, appSearchPort :: Text
|
||||
, appSearchPort :: Int
|
||||
, appShards :: Int
|
||||
, appReplicas :: Int
|
||||
-- ^ Settings for Elasticsearch
|
||||
|
|
Loading…
Reference in a new issue