From 18506dc5aa70ffd6db77b875ecae709e6dbb448c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 28 Aug 2014 14:51:42 +0300 Subject: [PATCH] chore(config) get back --- json/config.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/json/config.json b/json/config.json index 2ae5dba5..40872dd9 100644 --- a/json/config.json +++ b/json/config.json @@ -1,24 +1,23 @@ { - "auth": true, - "username": "coderaiser", - "password": "2df4e196c47f52f553dc7c791cf442033391653a", - "analytics": false, - "diff": false, - "zip": true, + "auth": false, + "username": "root", + "password": "435b41068e8665513a20070c033b08b9c66e4332", + "analytics": true, + "diff": true, + "zip" : true, "notifications": false, "localStorage": true, - "minify": false, + "buffer": true, + "dirStorage": false, + "minify": true, "online": true, "cache": true, "logs": false, "showKeysPanel": true, "server": true, "socket": true, - "port": 31337, + "port": 8000, "sslPort": 4430, "ip": null, - "ssl": false, - "appCache": false, - "buffer": true, - "dirStorage": true + "ssl": false }