From 63a0c1e806929afe33bf5fe38db91bc45844f6e5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Jun 2018 10:42:00 +0300 Subject: [PATCH] feature(config) enable open by default --- HELP.md | 2 +- json/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index e8e2d665..f81acbd1 100644 --- a/HELP.md +++ b/HELP.md @@ -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 */ diff --git a/json/config.json b/json/config.json index 0bc70f29..d627f6e3 100644 --- a/json/config.json +++ b/json/config.json @@ -11,7 +11,7 @@ "buffer": true, "dirStorage": false, "online": true, - "open": false, + "open": true, "keysPanel": true, "port": 8000, "ip": null,