diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 16:40:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 16:40:34 +0300 |
| commit | 449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (patch) | |
| tree | e334b1bd0f0999da9cfd36d0502578b2cac102af /postgrest/migrations/003-roles.sql | |
| parent | 55f725a502011155f0943f2340ef3763f014ccc0 (diff) | |
Stuff
Diffstat (limited to 'postgrest/migrations/003-roles.sql')
| -rw-r--r-- | postgrest/migrations/003-roles.sql | 4 |
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; |
