keter-2.0.1: Web application deployment manager, focusing on Haskell web frameworks
Safe HaskellNone
LanguageHaskell98

Keter.Config.V04

Description

Legacy types from Keter version 0.4. Retained to keep backwards compatibility in config file format.

Synopsis

Documentation

data AppConfig Source #

Instances

Instances details
ParseYamlFile AppConfig Source # 
Instance details

Defined in Keter.Config.V04

data Redirect Source #

Constructors

Redirect 

Fields

Instances

Instances details
Eq Redirect Source # 
Instance details

Defined in Keter.Config.V04

Ord Redirect Source # 
Instance details

Defined in Keter.Config.V04

FromJSON Redirect Source # 
Instance details

Defined in Keter.Config.V04

fiveMinutes :: Int Source #

Default connection time bound in milliseconds.

data TLSConfig Source #

Instances

Instances details
ParseYamlFile TLSConfig Source # 
Instance details

Defined in Keter.Config.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 

Fields

  • portRange :: [Port]

    Which ports to assign to apps. Defaults to unassigned ranges from IANA

Instances

Instances details
FromJSON PortSettings Source # 
Instance details

Defined in Keter.Config.V04