Skip to content

Commit

Permalink
feat: add db.supabase.internal alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Oct 2, 2023
1 parent b38cffb commit c7eca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
VectorId string
PoolerId string

DbAliases = []string{"db"}
DbAliases = []string{"db", "db.supabase.internal"}
KongAliases = []string{"kong", "api.supabase.internal"}
GotrueAliases = []string{"auth"}
InbucketAliases = []string{"inbucket"}
Expand Down

0 comments on commit c7eca33

Please sign in to comment.