Merge branch 'slhck-patch-1'

Tested and LGTM.
This commit is contained in:
Brian Christner 2019-10-31 23:38:59 +01:00
commit 0bce581a36
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