Add support for env variables to shim config (#7603)

This commit is contained in:
Yamagishi Kazutoshi
2020-06-02 22:29:57 +09:00
committed by GitHub
parent f27b709efa
commit 1e7f714b2b
3 changed files with 79 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
[[inputs.test]]
service_name = "awesome name"
secret_token = "${SECRET_TOKEN}"
secret_value = "$SECRET_VALUE"