mirror of
https://github.com/telemt/telemt.git
synced 2026-05-23 12:11:44 +03:00
Clarify API access comments in config.toml
Updated comments for clarity regarding API access configuration.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user