summaryrefslogtreecommitdiff
path: root/app/Settings.hs
blob: 6c0f129766951432727a6c5f50f64adc06c3bfe5 (plain)
1
2
3
4
5
6
7
module Settings where

host :: Maybe String
host = Nothing

port :: String
port = "3000"