server/src/Config.hs
2018-04-11 13:26:41 +02:00

7 lines
78 B
Haskell

module Config (
listenPort
) where
listenPort :: Int
listenPort = 3000