packages feed

quarantimer-1.20200323: Config.hs

module Config where

hostname :: String
hostname = "quarantimer.app"

staticDir :: FilePath
staticDir = "static"

maxImageSize :: Int
maxImageSize = 640

numImageCores :: Int
numImageCores = 1