module Config ( host , libDir , path , port ) where host :: String host = "koikoi.local" libDir :: FilePath libDir = "/home/alice/Documents/Atelier/hanafuda/hannah/lib" path :: String path = "/play/" port :: Int port = 80