miniflux-v2/config
Ty Cobb fb9a1a6129 Rename cleanup config variables
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
2019-09-15 11:47:39 -07:00
..
config.go Add optional config file parser in addition to environment variables 2019-06-02 18:28:29 -07:00
config_test.go Rename cleanup config variables 2019-09-15 11:47:39 -07:00
doc.go Refactor config package 2019-06-02 06:30:08 -07:00
options.go Rename cleanup config variables 2019-09-15 11:47:39 -07:00
parser.go Rename cleanup config variables 2019-09-15 11:47:39 -07:00
parser_test.go Add optional config file parser in addition to environment variables 2019-06-02 18:28:29 -07:00