remove basic auth default values

These are not used anyway, since Prometheus is not configured to require Basic Auth.
This commit is contained in:
Werner Robitza 2019-10-24 14:34:03 +02:00 committed by GitHub
parent b8b52b1085
commit 2dd63477f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@ datasources:
# <string> database name, if used
database:
# <bool> enable/disable basic auth
basicAuth: true
# <string> basic auth username
basicAuthUser: admin
# <string> basic auth password
basicAuthPassword: foobar
basicAuth: false
# <string> basic auth username, if used
basicAuthUser:
# <string> basic auth password, if used
basicAuthPassword:
# <bool> enable/disable with credentials headers
withCredentials:
# <bool> mark as default datasource. Max one per org