modify: default hostname
This commit is contained in:
parent
6de775a1bf
commit
0ad3f12686
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try {
|
|||
config = {
|
||||
mode: 'development',
|
||||
port: 5006,
|
||||
hostname: 'localhost',
|
||||
hostname: '0.0.0.0',
|
||||
serverFiles: join(root, 'server-files'),
|
||||
userFiles: join(root, 'user-files')
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue