We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5140ce commit eac6e26Copy full SHA for eac6e26
server/middleware/authz.go
@@ -73,7 +73,7 @@ var (
73
api.QuotaLimitsMetricsMethodName,
74
api.QuotaUsageMethodName,
75
api.GetInfoMethodName,
76
-
+
77
// realtime
78
api.ReadMessagesMethodName,
79
test/docker/docker-compose.yml
@@ -225,8 +225,8 @@ services:
225
- GOTRUE_DB_URL=http://tigris_server:8081
226
- GOTRUE_SITE_URL=http://tigris_gotrue:8086
227
- GOTRUE_JWT_ALGORITHM=RS256
228
- - GOTRUE_JWT_RSA_PRIVATE_KEY=/home/netlify/keys/jwt.test.key
229
- - GOTRUE_JWT_RSA_PUBLIC_KEYS=/home/netlify/keys/jwt.test.key.pub
+ - GOTRUE_JWT_RSA_PRIVATE_KEY=/home/tigris/keys/jwt.test.key
+ - GOTRUE_JWT_RSA_PUBLIC_KEYS=/home/tigris/keys/jwt.test.key.pub
230
- GOTRUE_DISABLE_SIGNUP=false
231
- GOTRUE_JWT_EXP=300
232
- GOTRUE_JWT_ISSUER=http://tigris_gotrue:8086
0 commit comments