feature(config) rm server

This commit is contained in:
coderaiser 2014-10-20 10:53:17 -04:00
parent 9894205208
commit 7b60c347af
2 changed files with 0 additions and 2 deletions

View file

@ -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) */
}

View file

@ -13,7 +13,6 @@
"online": true,
"cache": true,
"showKeysPanel": true,
"server": true,
"port": 8000,
"ip": null
}