From 1ba9e7bff2b1b98aa364e33a2d62d9cd9ed581ce Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 6 May 2021 23:26:49 +0200 Subject: [PATCH] Update readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e1b16a2..145fe57 100644 --- a/README.rst +++ b/README.rst @@ -113,7 +113,7 @@ in the config looks like this:: dbport: 23700 dbname: "defaultdb" dbuser: "avnadmin" - dbpass: "" + dbpass: "..." dbcert: "./certs/pg.pem" * ``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" cert: "./certs/service.cert" key: "./certs/service.key" - passwd: "" + passwd: "..." * ``servers`` is a list because that's how the library is initialized, which 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. * ``cafile``, ``cert`` and ``key`` are the ssl certificates you get when aivens kafka service is ready. -* ``password`` is not needed afaik, but you can give it a go. +* ``password`` your aiven provided password.