feat: add configuration for tls watch option (#3395)

* feat: add configuration for tls watch option

* test: sleep longer to ensure async task run

* test: update config api integration test

* refactor: rename function
This commit is contained in:
Ning Sun
2024-03-01 11:49:54 +08:00
committed by GitHub
parent c1a370649e
commit d4a54a085b
7 changed files with 57 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ runtime_size = 2
mode = "disable"
cert_path = ""
key_path = ""
watch = false
# PostgresSQL server options, see `standalone.example.toml`.
[postgres]
@@ -43,6 +44,7 @@ runtime_size = 2
mode = "disable"
cert_path = ""
key_path = ""
watch = false
# OpenTSDB protocol options, see `standalone.example.toml`.
[opentsdb]