From 68bb3cd52d2c021dcac28c38fb18c17d11ec8f69 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 20 Nov 2017 17:06:28 +0100 Subject: [PATCH] Add an example of the new parameter with multiple values. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d61fef30..a051850b2 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ The following steps will get you the docker image built and deployed. * team_api_role_configuration - a map represented as *"key1:value1,key2:value2"* of configuration parameters applied to the roles fetched from the API. +For instance, `team_api_role_configuration: log_statement:all,search_path:'public,"$user"'`. 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.