Skip to content

Commit

Permalink
README: add more docu for provisioning (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin authored Jan 22, 2024
1 parent 99484bc commit f595a3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,17 @@ datasources:
server: localhost
username: username
tlsSkipVerify: false
# tlsAuth: <bool>
# tlsAuthWithCACert: <bool>
# secure: <bool>
# timeout: <seconds>
# queryTimeout: <seconds>
# protocol: <native|http>
secureJsonData:
password: password
# tlsCACert: <string>
# tlsClientCert: <string>
# tlsClientKey: <string>
```

## Building queries
Expand Down

0 comments on commit f595a3c

Please sign in to comment.