From da0a2a549d88d70d48f5e337dfa111cbf94ac6ea Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 16 Oct 2013 13:57:54 +0000 Subject: [PATCH] feature(json) rm " " --- json/config.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/json/config.json b/json/config.json index c91da350..97ecac32 100644 --- a/json/config.json +++ b/json/config.json @@ -1,23 +1,23 @@ -{ - "api_url" : "/api/v1", - "appcache" : false, - "analytics" : true, - "localStorage" : true, - "minification" : { - "js" : true, - "css" : true, - "html" : true, - "img" : true - }, - "online" : true, - "cache" : true, - "logs" : false, - "show_keys_panel" : true, - "server" : true, - "socket" : true, - "port" : 8000, - "sslPort" : 4430, - "ip" : null, - "ssl" : false, - "rest" : true -} +{ + "api_url": "/api/v1", + "appcache": false, + "analytics": true, + "localStorage": true, + "minification": { + "js": true, + "css": true, + "html": true, + "img": true + }, + "online": true, + "cache": true, + "logs": false, + "show_keys_panel": true, + "server": true, + "socket": true, + "port": 31337, + "sslPort": 4430, + "ip": null, + "ssl": false, + "rest": true +}