diff options
| author | hyx <[email protected]> | 2021-08-10 10:37:27 +0800 |
|---|---|---|
| committer | hyx <[email protected]> | 2021-08-10 10:37:27 +0800 |
| commit | bb60efd9bc4f3a4b31a9ec1d5c97d76ae7c19509 (patch) | |
| tree | c43e386ade13a1b6a970e222a03bb1449c4db613 | |
| parent | 0340bc3114ca232062f7ccbd24e3703b5ff20c15 (diff) | |
cortex.query.auth配置补充
| -rw-r--r-- | src/main/resources/application.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2c216cf..b934c7d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,4 +19,7 @@ confagent: auth: false loki: query: + auth: false + cortex: + query: auth: false
\ No newline at end of file |
