mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
25847c9a00
commit
2648ded530
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue