module Config ( host , path , port ) where host :: String host = "koikoi.menf.in" path :: String path = "/play/" port :: Int port = 80