File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ GOTRUE_ADMIN_PASSWORD=password
104
104
GOTRUE_JWT_SECRET = hello456
105
105
106
106
# Expiration time in seconds for the JWT token
107
- GOTRUE_JWT_EXP = 7200
107
+ GOTRUE_JWT_EXP = 604800
108
108
109
109
# External URL where the GoTrue service is exposed
110
110
API_EXTERNAL_URL = ${ APPFLOWY_BASE_URL } /gotrue
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ GOTRUE_ADMIN_PASSWORD=password
39
39
# Authentication key, change this and keep the key safe and secret
40
40
GOTRUE_JWT_SECRET = hello456
41
41
# Expiration time in seconds for the JWT token
42
- GOTRUE_JWT_EXP = 7200
42
+ GOTRUE_JWT_EXP = 604800
43
43
44
44
# External URL where the GoTrue service is exposed
45
45
# The email verification link provided to users will redirect them to this specified host
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ services:
127
127
- APPFLOWY_DATABASE_URL=${APPFLOWY_DATABASE_URL}
128
128
- APPFLOWY_REDIS_URI=${APPFLOWY_REDIS_URI}
129
129
- APPFLOWY_GOTRUE_JWT_SECRET=${GOTRUE_JWT_SECRET}
130
- - APPFLOWY_GOTRUE_JWT_EXP=${GOTRUE_JWT_EXP}
131
130
- APPFLOWY_GOTRUE_BASE_URL=${APPFLOWY_GOTRUE_BASE_URL}
132
131
- APPFLOWY_S3_USE_MINIO=${APPFLOWY_S3_USE_MINIO}
133
132
- APPFLOWY_S3_MINIO_URL=${APPFLOWY_S3_MINIO_URL}
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ services:
115
115
- APPFLOWY_DATABASE_URL=${APPFLOWY_DATABASE_URL}
116
116
- APPFLOWY_REDIS_URI=${APPFLOWY_REDIS_URI}
117
117
- APPFLOWY_GOTRUE_JWT_SECRET=${GOTRUE_JWT_SECRET}
118
- - APPFLOWY_GOTRUE_JWT_EXP=${GOTRUE_JWT_EXP}
119
118
- APPFLOWY_GOTRUE_BASE_URL=${APPFLOWY_GOTRUE_BASE_URL}
120
119
- APPFLOWY_S3_CREATE_BUCKET=${APPFLOWY_S3_CREATE_BUCKET}
121
120
- APPFLOWY_S3_USE_MINIO=${APPFLOWY_S3_USE_MINIO}
You can’t perform that action at this time.
0 commit comments