mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 19:09:56 +02:00
fix: move debug mode to config (#3324)
* fix: move debug mode to config * fix: also move debug_whitelist to .ini config * fix: move logic back to Debug class * docs * docs * fix: disable debug mode by default * fix: restore previous behavior for alerts * fix: center-align alert text
This commit is contained in:
@@ -183,9 +183,9 @@ Add the bridge name to `whitelist.txt`:
|
||||
|
||||
### How to enable debug mode
|
||||
|
||||
Create a file named `DEBUG`:
|
||||
Set in `config.ini.php`:
|
||||
|
||||
touch DEBUG
|
||||
enable_debug_mode = true
|
||||
|
||||
Learn more in [debug mode](https://rss-bridge.github.io/rss-bridge/For_Developers/Debug_mode.html).
|
||||
|
||||
|
Reference in New Issue
Block a user