-- | 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