module Config ( libDir , listenPort ) where libDir :: FilePath libDir = "/var/lib/hanafuda-server" listenPort :: Int listenPort = 3000