From 7b60c347af77bee6667491a2a59f421cd7fe4cc6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 20 Oct 2014 10:53:17 -0400 Subject: [PATCH] feature(config) rm server --- HELP.md | 1 - json/config.json | 1 - 2 files changed, 2 deletions(-) diff --git a/HELP.md b/HELP.md index dca67586..2c833bf2 100644 --- a/HELP.md +++ b/HELP.md @@ -209,7 +209,6 @@ Here is description of options: "online" : true, /* load js files from cdn or local path */ "cache" : true, /* add cache-control */ "showKeysPanel" : true, /* show classic panel with buttons of keys */ - "server" : true, /* server mode or testing mode */ "port" : 8000, /* http port */ "ip" : null, /* ip or null(default) */ } diff --git a/json/config.json b/json/config.json index 6559ea20..045a1cc6 100644 --- a/json/config.json +++ b/json/config.json @@ -13,7 +13,6 @@ "online": true, "cache": true, "showKeysPanel": true, - "server": true, "port": 8000, "ip": null }