From 5dfae75f87ff53d65dc50acffe288332ab685008 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 16 Oct 2013 14:07:46 +0000 Subject: [PATCH] docs(readme) Configuration: add " ", cache --- HELP.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/HELP.md b/HELP.md index 106a377e..42c15a04 100644 --- a/HELP.md +++ b/HELP.md @@ -141,17 +141,17 @@ All main configuration could be done via [config.json](json/config.json "Config" "analytics" : true, /* google analytics suport */ "localStorage" : true, /* cache directory data */ "minify" : true /* minification of js,css,html and img */ - "online" : true, /* load js files from cdn or local path */ - "cache" : true, - "logs" : false, /* logs or console ouput */ - "show_keys_panel" : true, /* show classic panel with buttons of keys */ - "server" : true, /* server mode or testing mode */ - "socket" : true /* enable web sockets */ - "port" : 8000, /* http port or null(default) */ - "sslPort" : 443, /* https port or null(default) */ - "ip" : null, /* ip or null(default) */ - "ssl" : false /* should use https? */ - "rest" : true /* enable rest interface */ + "online" : true, /* load js files from cdn or local path */ + "cache" : true, /* add cache-control */ + "logs" : false, /* logs or console ouput */ + "show_keys_panel" : true, /* show classic panel with buttons of keys */ + "server" : true, /* server mode or testing mode */ + "socket" : true /* enable web sockets */ + "port" : 8000, /* http port or null(default) */ + "sslPort" : 443, /* https port or null(default) */ + "ip" : null, /* ip or null(default) */ + "ssl" : false /* should use https? */ + "rest" : true /* enable rest interface */ } ```