Skip to content

Commit f807b74

Browse files
authored
Update config.js
1 parent df13366 commit f807b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const os = require('os');
66
module.exports = {
77
//// HOSTING CONFIGURATION ////
88

9-
bindingAddress: '127.0.0.1',
9+
bindingAddress: '0.0.0.0',
1010
port: process.env.PORT,
1111
crossDomainPort: null,
1212
publicDir: null, // set to null to disable

0 commit comments

Comments
 (0)