Update config.toml

This commit is contained in:
Alexey 2026-03-21 10:32:43 +03:00 committed by GitHub
parent 25847c9a00
commit 2648ded530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ port = 443
[server.api]
enabled = true
listen = "0.0.0.0:9091"
whitelist = ["127.0.0.0/8", "172.16.0.0/12"]
whitelist = ["127.0.0.0/8"]
# Network for Docker Environment
#whitelist = ["127.0.0.0/8", "172.16.0.0/12"]
minimal_runtime_enabled = false
minimal_runtime_cache_ttl_ms = 1000