aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/parser.go
Commit message (Collapse)AuthorAge
* Rename cleanup config variablesGravatar Ty Cobb2019-09-15
| | | | | | The config parser logs a warning when the user uses a deprecated variable. It also ignores the value from a deprecated variable if it has already been set using the corresponding non-deprecated variable (and logs another warning). - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
* Make configurable the number of days to remove old sessionsGravatar Ty Cobb2019-09-11
|
* Add option to toggle date/time in log messagesGravatar Frédéric Guillot2019-06-08
|
* Add optional config file parser in addition to environment variablesGravatar Frédéric Guillot2019-06-02
|
* Make HTTP Client timeout and max body size configurableGravatar Frédéric Guillot2019-06-02
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
- Parse configuration only once during startup time - Store configuration values in a global variable