We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df13366 commit f807b74Copy full SHA for f807b74
src/config.js
@@ -6,7 +6,7 @@ const os = require('os');
6
module.exports = {
7
//// HOSTING CONFIGURATION ////
8
9
- bindingAddress: '127.0.0.1',
+ bindingAddress: '0.0.0.0',
10
port: process.env.PORT,
11
crossDomainPort: null,
12
publicDir: null, // set to null to disable
0 commit comments