From f6a2225c382d64902a0c77af777fae58190570eb Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Wed, 8 Nov 2017 16:27:46 +0100 Subject: [PATCH] rename the parameter in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad9fbffd..9d61fef30 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ The following steps will get you the docker image built and deployed. ### Operator Configuration Parameters -* api_roles_configuration - a map represented as *"key1:value1,key2:value2"* +* team_api_role_configuration - a map represented as *"key1:value1,key2:value2"* of configuration parameters applied to the roles fetched from the API. By default is set to *"log_statement:all"*. See [PostgreSQL documentation on ALTER ROLE .. SET](https://www.postgresql.org/docs/current/static/sql-alterrole.html) for to learn about the available options.