mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-01-15 14:34:24 +00:00
16 lines
265 B
TOML
16 lines
265 B
TOML
app = "rsshub"
|
|
|
|
[http_service]
|
|
internal_port = 1200
|
|
force_https = true
|
|
auto_stop_machines = "suspend"
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
|
|
[[http_service.checks]]
|
|
grace_period = "10s"
|
|
interval = "30s"
|
|
method = "GET"
|
|
timeout = "5s"
|
|
path = "/healthz"
|