diff --git a/docker/postgrest.conf b/docker/postgrest.conf index 03db461d9..094484745 100644 --- a/docker/postgrest.conf +++ b/docker/postgrest.conf @@ -6,7 +6,7 @@ db-pool = "$(PGRST_DB_POOL)" server-host = "$(PGRST_SERVER_HOST)" server-port = "$(PGRST_SERVER_PORT)" -server-proxy-url = "$(PGRST_SERVER_PROXY_URL)" +server-proxy-uri = "$(PGRST_SERVER_PROXY_URI)" jwt-secret = "$(PGRST_JWT_SECRET)" secret-is-base64 = "$(PGRST_SECRET_IS_BASE64)"