Update readme

This commit is contained in:
Vladan Popovic 2021-05-06 23:26:49 +02:00 committed by GitHub
parent 82a22a9825
commit 1ba9e7bff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ in the config looks like this::
dbport: 23700 dbport: 23700
dbname: "defaultdb" dbname: "defaultdb"
dbuser: "avnadmin" dbuser: "avnadmin"
dbpass: "" dbpass: "..."
dbcert: "./certs/pg.pem" dbcert: "./certs/pg.pem"
* ``dbhost`` and ``dbport``, ``dbuser`` and ``dbpass`` are straightforward. * ``dbhost`` and ``dbport``, ``dbuser`` and ``dbpass`` are straightforward.
@ -135,7 +135,7 @@ set up you get a config section similar to this one::
cafile: "./certs/ca.pem" cafile: "./certs/ca.pem"
cert: "./certs/service.cert" cert: "./certs/service.cert"
key: "./certs/service.key" key: "./certs/service.key"
passwd: "" passwd: "..."
* ``servers`` is a list because that's how the library is initialized, which * ``servers`` is a list because that's how the library is initialized, which
makes sense if you have multiple brokers. makes sense if you have multiple brokers.
@ -143,4 +143,4 @@ set up you get a config section similar to this one::
aivens console as well. aivens console as well.
* ``cafile``, ``cert`` and ``key`` are the ssl certificates you get when aivens * ``cafile``, ``cert`` and ``key`` are the ssl certificates you get when aivens
kafka service is ready. kafka service is ready.
* ``password`` is not needed afaik, but you can give it a go. * ``password`` your aiven provided password.