Safe Haskell | None |
---|---|
Language | Haskell98 |
Legacy types from Keter version 0.4. Retained to keep backwards compatibility in config file format.
Synopsis
- data AppConfig = AppConfig {
- configExec :: FilePath
- configArgs :: [Text]
- configHost :: Text
- configSsl :: Bool
- configExtraHosts :: Set Text
- configRaw :: Object
- data BundleConfig = BundleConfig {}
- data StaticHost = StaticHost {}
- data Redirect = Redirect {}
- data KeterConfig = KeterConfig {}
- fiveMinutes :: Int
- data TLSConfig = TLSConfig !Settings !FilePath !FilePath (Maybe Config)
- data PortSettings = PortSettings {}
Documentation
AppConfig | |
|
Instances
ParseYamlFile AppConfig Source # | |
Defined in Keter.Types.V04 |
data BundleConfig Source #
Instances
ParseYamlFile BundleConfig Source # | |
Defined in Keter.Types.V04 parseYamlFile :: BaseDir -> Value -> Parser BundleConfig Source # |
data StaticHost Source #
Instances
Eq StaticHost Source # | |
Defined in Keter.Types.V04 (==) :: StaticHost -> StaticHost -> Bool # (/=) :: StaticHost -> StaticHost -> Bool # | |
Ord StaticHost Source # | |
Defined in Keter.Types.V04 compare :: StaticHost -> StaticHost -> Ordering # (<) :: StaticHost -> StaticHost -> Bool # (<=) :: StaticHost -> StaticHost -> Bool # (>) :: StaticHost -> StaticHost -> Bool # (>=) :: StaticHost -> StaticHost -> Bool # max :: StaticHost -> StaticHost -> StaticHost # min :: StaticHost -> StaticHost -> StaticHost # | |
ParseYamlFile StaticHost Source # | |
Defined in Keter.Types.V04 parseYamlFile :: BaseDir -> Value -> Parser StaticHost Source # |
data KeterConfig Source #
KeterConfig | |
|
Instances
Default KeterConfig Source # | |
Defined in Keter.Types.V04 def :: KeterConfig # | |
ParseYamlFile KeterConfig Source # | |
Defined in Keter.Types.V04 parseYamlFile :: BaseDir -> Value -> Parser KeterConfig Source # |
fiveMinutes :: Int Source #
Default connection time bound in milliseconds.
Instances
ParseYamlFile TLSConfig Source # | |
Defined in Keter.Types.V04 |
data PortSettings Source #
Controls execution of the nginx thread. Follows the settings type pattern. See: http://www.yesodweb.com/book/settings-types.
Instances
FromJSON PortSettings Source # | |
Defined in Keter.Types.V04 parseJSON :: Value -> Parser PortSettings # parseJSONList :: Value -> Parser [PortSettings] # | |
Default PortSettings Source # | |
Defined in Keter.Types.V04 def :: PortSettings # |