From bbbb17fb422e421ef4f028c63840d5530b1892a2 Mon Sep 17 00:00:00 2001 From: danilapog Date: Fri, 29 Jul 2022 16:43:00 +0300 Subject: [PATCH] Refactoring variable descriptions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48b2f00..c63391e 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ sudo docker swarm init **STEP 2**: On the next step you need to make the secrets. DocumentServer support username/password for postgresql access and jwt header/secret. + If you want to use secrets for database access create secrets with command: ```bash @@ -183,6 +184,7 @@ sudo printf "your_pass" | docker secret create dbPass - sudo printf "your_user" | docker secret create dbUser - ``` NOTE: After secrets dbPass and dbUser was created, DocumentServer will be configured automaticly for use the same secrets for postgres access. + If you want to use JSON Web Token values from secrets create secrets with command: ```bash