mirror of https://github.com/telemt/telemt.git
Clarify API access comments in config.toml
Updated comments for clarity regarding API access configuration.
This commit is contained in:
parent
07bf3ade5a
commit
167b192cbe
|
|
@ -39,8 +39,8 @@ port = 443
|
||||||
enabled = true
|
enabled = true
|
||||||
listen = "0.0.0.0:9091"
|
listen = "0.0.0.0:9091"
|
||||||
whitelist = ["127.0.0.0/8"]
|
whitelist = ["127.0.0.0/8"]
|
||||||
# Network for Docker Environment
|
# Allow API access from Docker bridge subnets
|
||||||
#whitelist = ["127.0.0.0/8", "172.16.0.0/12"]
|
# whitelist = ["127.0.0.0/8", "172.16.0.0/12"]
|
||||||
minimal_runtime_enabled = false
|
minimal_runtime_enabled = false
|
||||||
minimal_runtime_cache_ttl_ms = 1000
|
minimal_runtime_cache_ttl_ms = 1000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue