module Config where hostname :: String hostname = "quarantimer.app" staticDir :: FilePath staticDir = "static" maxImageSize :: Int maxImageSize = 640 numImageCores :: Int numImageCores = 1