Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
not-amplify authored Mar 27, 2024
1 parent df13366 commit f807b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const os = require('os');
module.exports = {
//// HOSTING CONFIGURATION ////

bindingAddress: '127.0.0.1',
bindingAddress: '0.0.0.0',
port: process.env.PORT,
crossDomainPort: null,
publicDir: null, // set to null to disable
Expand Down

0 comments on commit f807b74

Please sign in to comment.