Skip to content

Commit

Permalink
Merge pull request #1110 from nicolaus-hee/patch-1
Browse files Browse the repository at this point in the history
fix: change postgres host to env variable instead of hard-coded
  • Loading branch information
khorshuheng authored Jan 2, 2025
2 parents 8fa0a10 + c8584de commit 6290214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.env
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ API_EXTERNAL_URL=http://your-host

# In docker environment, `postgres` is the hostname of the postgres service
# GoTrue connect to postgres using this url
GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:${SUPABASE_PASSWORD}@postgres:${POSTGRES_PORT}/${POSTGRES_DB}
GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:${SUPABASE_PASSWORD}@{POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}

# Refer to this for details: https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/AUTHENTICATION.md
# Google OAuth2
Expand Down

0 comments on commit 6290214

Please sign in to comment.