Skip to content

Commit

Permalink
Rename the subdomain for phoenix example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Dec 19, 2024
1 parent d050067 commit bf717a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phoenix-liveview/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default $config({
return addDatabaseToElectric(uri, `eu-west-1`)
})

const domainName = `liveview${isProduction($app.stage) ? `` : `-stage-${$app.stage}`}.examples.electric-sql.com`
const domainName = `phoenix-liveview${isProduction($app.stage) ? `` : `-stage-${$app.stage}`}.examples.electric-sql.com`

// Run the server on ECS
const vpcName = camelcase(`electric-region-vpc-2-${regionName}`)
Expand Down

0 comments on commit bf717a9

Please sign in to comment.