Skip to content

Commit

Permalink
chore(ui-ux): added faucet url (#370)
Browse files Browse the repository at this point in the history
* chore(ui-ux): added server url for faucet

* chore
  • Loading branch information
fullstackninja864 authored Nov 24, 2023
1 parent 50db8cd commit d55b81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const securityHeaders = [
};` +
`style-src 'self' fonts.googleapis.com 'unsafe-inline';` +
`font-src fonts.gstatic.com;` +
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team ${
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet ${
process.env.NODE_ENV === "development"
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet`
: ""
Expand Down

0 comments on commit d55b81b

Please sign in to comment.