Safe Haskell | None |
---|---|
Language | Haskell98 |
Keter.Types.V04
Description
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
Constructors
AppConfig | |
Fields
|
Instances
ParseYamlFile AppConfig Source # | |
Defined in Keter.Types.V04 |
data BundleConfig Source #
Constructors
BundleConfig | |
Fields |
Instances
ParseYamlFile BundleConfig Source # | |
Defined in Keter.Types.V04 Methods parseYamlFile :: BaseDir -> Value -> Parser BundleConfig Source # |
data StaticHost Source #
Constructors
StaticHost | |
Instances
Eq StaticHost Source # | |
Defined in Keter.Types.V04 | |
Ord StaticHost Source # | |
Defined in Keter.Types.V04 Methods 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 Methods parseYamlFile :: BaseDir -> Value -> Parser StaticHost Source # |
data KeterConfig Source #
Constructors
KeterConfig | |
Fields
|
Instances
Default KeterConfig Source # | |
Defined in Keter.Types.V04 Methods def :: KeterConfig # | |
ParseYamlFile KeterConfig Source # | |
Defined in Keter.Types.V04 Methods 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.
Constructors
PortSettings | |
Instances
FromJSON PortSettings Source # | |
Defined in Keter.Types.V04 | |
Default PortSettings Source # | |
Defined in Keter.Types.V04 Methods def :: PortSettings # |