1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-19 06:42:14 +02:00

feat: add system config enable_maintenance_mode (#3497)

This commit is contained in:
Dag
2023-07-06 15:09:44 +02:00
committed by GitHub
parent 8f9147458d
commit f8801d8cb3
2 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ enable_debug_mode = false
; debug_mode_whitelist[] = 127.0.0.1
; debug_mode_whitelist[] = 192.168.1.10
; Whether to enable maintenance mode. If enabled, feed requests receive 503 Service Unavailable
enable_maintenance_mode = false
[http]
timeout = 60
useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"