Skip to content

Commit

Permalink
Merge pull request #68 from supabase-community/hotfix-realtime-dev
Browse files Browse the repository at this point in the history
fix: update DNS_NODES
  • Loading branch information
mats16 authored Aug 10, 2023
2 parents 2acf8bd + a59fd3c commit 58f05a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/supabase-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export class SupabaseStack extends FargateStack {
FLY_APP_NAME: 'realtime',
ERL_AFLAGS: '-proto_dist inet_tcp', // IPv4
ENABLE_TAILSCALE: 'false',
DNS_NODES: `realtime.${namespaceName}`,
DNS_NODES: `realtime-dev.${namespaceName}`,
},
secrets: {
DB_USER: ecs.Secret.fromSecretsManager(supabaseAdminSecret, 'username'),
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/main.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58f05a1

Please sign in to comment.