feature(config) enable open by default

This commit is contained in:
coderaiser 2018-06-12 10:42:00 +03:00
parent 1865b26b58
commit 63a0c1e806
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ Here is description of options:
"buffer" : true, /* buffer for copying files */
"dirStorage" : true, /* store directory listing */
"online" : true, /* load js files from cdn or local path */
"open" : false /* open web browser when server started */
"open" : true, /* open web browser when server started */
"oneFilePanel" : false, /* show one file panel */
"keysPanel" : true, /* show classic panel with buttons of keys */
"port" : 8000, /* http port */

View file

@ -11,7 +11,7 @@
"buffer": true,
"dirStorage": false,
"online": true,
"open": false,
"open": true,
"keysPanel": true,
"port": 8000,
"ip": null,