Skip to content

Commit

Permalink
Merge pull request #1143 from AppFlowy-IO/fix-docker-compose-env
Browse files Browse the repository at this point in the history
fix: wrong gotrue site url env on docker compose
  • Loading branch information
khorshuheng authored Jan 8, 2025
2 parents 0ca22f7 + 1e72525 commit 95b4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- GOTRUE_ADMIN_PASSWORD=${GOTRUE_ADMIN_PASSWORD}
- GOTRUE_DISABLE_SIGNUP=${GOTRUE_DISABLE_SIGNUP:-false}
- GOTRUE_SITE_URL=appflowy-flutter:// # redirected to AppFlowy application
- URI_ALLOW_LIST=* # adjust restrict if necessary
- GOTRUE_URI_ALLOW_LIST=** # adjust restrict if necessary
- GOTRUE_JWT_SECRET=${GOTRUE_JWT_SECRET} # authentication secret
- GOTRUE_JWT_EXP=${GOTRUE_JWT_EXP}
# Without this environment variable, the createuser command will create an admin
Expand Down

0 comments on commit 95b4560

Please sign in to comment.