revert: revert gotrue URI setting to origin

This commit is contained in:
ThanatosDi 2024-10-23 17:13:12 +08:00
parent e07f658e9c
commit 2daaf18b02
No known key found for this signature in database
GPG Key ID: 4E68C07F256F1535
1 changed files with 2 additions and 6 deletions

View File

@ -16,13 +16,9 @@ SUPABASE_PASSWORD=root
REDIS_HOST=redis
REDIS_PORT=6379
# Gotrue Settings
GOTRUE_HOST=gotrue
GOTRUE_PORT=9999
# AppFlowy Cloud
## URL that connects to the gotrue docker container
APPFLOWY_GOTRUE_BASE_URL=http://${GOTRUE_HOST}:${GOTRUE_PORT}
APPFLOWY_GOTRUE_BASE_URL=http://gotrue:9999
## URL that connects to the postgres docker container
APPFLOWY_DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
APPFLOWY_ACCESS_CONTROL=true
@ -33,7 +29,7 @@ APPFLOWY_DATABASE_MAX_CONNECTIONS=40
## URL that connects to redis docker container
ADMIN_FRONTEND_REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT}
## URL that connects to gotrue docker container
ADMIN_FRONTEND_GOTRUE_URL=http://${GOTRUE_HOST}:${GOTRUE_PORT}
ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999
# authentication key, change this and keep the key safe and secret
# self defined key, you can use any string