From e0e4d68185dd56880b36c2349570f6874e33f66f Mon Sep 17 00:00:00 2001 From: agent3bood Date: Wed, 23 May 2018 17:43:28 +0400 Subject: [PATCH] update PGRST_DB_ANON_ROLE in docker-compose anon should not be the default db user --- install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rst b/install.rst index 95152e191..2cb7186ff 100644 --- a/install.rst +++ b/install.rst @@ -214,7 +214,7 @@ To avoid having to install the database at all, you can run both it and the serv environment: PGRST_DB_URI: postgres://app_user:password@db:5432/app_db PGRST_DB_SCHEMA: public - PGRST_DB_ANON_ROLE: app_user + PGRST_DB_ANON_ROLE: app_user #In production this role should not be the same as the one used for the connection depends_on: - db db: