mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-18 17:54:46 +02:00
* refactor * fix: case-sensitive config from env, fix #2935 * lowercase all config section and keys * test: add test for case-insensitivity
This commit is contained in:
parent
edbafc6144
commit
5165ea265d
10 changed files with 78 additions and 161 deletions
|
@ -36,12 +36,6 @@ const WHITELIST = __DIR__ . '/../whitelist.txt';
|
|||
/** Path to the default whitelist file */
|
||||
const WHITELIST_DEFAULT = __DIR__ . '/../whitelist.default.txt';
|
||||
|
||||
/** Path to the configuration file */
|
||||
const FILE_CONFIG = __DIR__ . '/../config.ini.php';
|
||||
|
||||
/** Path to the default configuration file */
|
||||
const FILE_CONFIG_DEFAULT = __DIR__ . '/../config.default.ini.php';
|
||||
|
||||
/** URL to the RSS-Bridge repository */
|
||||
const REPOSITORY = 'https://github.com/RSS-Bridge/rss-bridge/';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue