aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/migrations/003-roles.sql
diff options
context:
space:
mode:
Diffstat (limited to 'postgrest/migrations/003-roles.sql')
-rw-r--r--postgrest/migrations/003-roles.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgrest/migrations/003-roles.sql b/postgrest/migrations/003-roles.sql
index 86e49f0..9ad6685 100644
--- a/postgrest/migrations/003-roles.sql
+++ b/postgrest/migrations/003-roles.sql
@@ -1,5 +1,5 @@
--- authenticator role
-create role authenticator noinherit login password 'mysecretpassword';
+-- authenticator role. created manually, see README.md
+-- create role authenticator noinherit login password '${POSTGREST_PASSWORD}';
-- web_anon role
create role web_anon nologin;