summaryrefslogtreecommitdiff
path: root/app/Settings.hs
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-03-05 14:28:47 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-03-05 14:28:47 +0400
commitabbf64f5a5453fcb6bfe9b90df9e8f6fa002b66a (patch)
tree9e567245de098d9938b97a96b5e20bfa2ebe2543 /app/Settings.hs
parenta0e8e5a91d15ed8c79f4a1b5914d3a6242c0cbd3 (diff)
Fixed warningsHEADmaster
Diffstat (limited to 'app/Settings.hs')
-rw-r--r--app/Settings.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Settings.hs b/app/Settings.hs
index 0d55606..6c0f129 100644
--- a/app/Settings.hs
+++ b/app/Settings.hs
@@ -1,4 +1,7 @@
module Settings where
+host :: Maybe String
host = Nothing
+
+port :: String
port = "3000"