| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | johan.tibell@gmail.com |
Hyena.Config
Description
This module specifies the server configuration.
Documentation
The server configuration.
Constructors
| Config | |
configFromFlags :: IO ConfigSource
Reads the server options from the command line. Settings from
defaultConfig is used for unspecified options. Creates missing
directories as needed for the log file referred to by the --log
flag when in daemonized mode.
defaultConfig :: IO ConfigSource
A set of default options most users should use. Creates missing
directories as needed for the default log file when in daemonized
mode.