fpco-api-1.0.0: src/library/FP/Server/Config.hs
-- | Server configuration. module FP.Server.Config where -- | Default url to accept commands on. defaultUrl :: String defaultUrl = "https://www.fpcomplete.com/" -- | Default port to accept commands on. defaultPort :: Integer defaultPort = 1990