diff options
Diffstat (limited to 'app/Settings.hs')
| -rw-r--r-- | app/Settings.hs | 3 |
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" |