Add PGRST_ROLE_CLAIM_KEY to ENV

This commit is contained in:
steve-chavez
2018-05-25 10:27:09 -05:00
parent f6c1ff810e
commit 6bcbb124d2
+2 -1
View File
@@ -35,7 +35,8 @@ ENV PGRST_DB_URI= \
PGRST_SECRET_IS_BASE64=false \
PGRST_JWT_AUD= \
PGRST_MAX_ROWS= \
PGRST_PRE_REQUEST=
PGRST_PRE_REQUEST= \
PGRST_ROLE_CLAIM_KEY=".role"
# PostgREST reads /etc/postgrest.conf so map the configuration
# file in when you run this container