Skip to content

Commit

Permalink
Update start.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mosnicholas authored Jan 16, 2024
1 parent ba4244d commit a06429e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ EOF
"GOTRUE_SITE_URL=" + utils.Config.Auth.SiteUrl,
"GOTRUE_URI_ALLOW_LIST=" + strings.Join(utils.Config.Auth.AdditionalRedirectUrls, ","),
fmt.Sprintf("GOTRUE_DISABLE_SIGNUP=%v", !utils.Config.Auth.EnableSignup),
fmt.Sprintf("GOTRUE_SECURITY_MANUAL_LINKING_ENABLED=%v", utils.Config.Auth.EnableManualLinking)

Check failure on line 383 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 383 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 383 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 383 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Start

syntax error: unexpected newline in composite literal; possibly missing comma or }

"GOTRUE_JWT_ADMIN_ROLES=service_role",
"GOTRUE_JWT_AUD=authenticated",
Expand Down

0 comments on commit a06429e

Please sign in to comment.