feature(config) add editor

This commit is contained in:
coderaiser 2015-03-06 11:12:26 -05:00
parent 968e90a564
commit 797b226345
2 changed files with 2 additions and 1 deletions

View file

@ -185,6 +185,7 @@ Here is description of options:
"auth" : false, /* enable http authentication */
"username" : "root", /* username for authentication */
"password" : "toor", /* password hash in sha-1 for authentication*/
"editor" : "edward", /* default, could be "dword" or "edward" */
"diff" : true, /* when save - send patch, not whole file */
"zip" : true, /* zip text before send / unzip before save */
"notifications" : false, /* show notifications when tab is not active*/

View file

@ -2,6 +2,7 @@
"auth": false,
"username": "root",
"password": "2b64f2e3f9fee1942af9ff60d40aa5a719db33b8ba8dd4864bb4f11e25ca2bee00907de32a59429602336cac832c8f2eeff5177cc14c864dd116c8bf6ca5d9a9",
"editor": "edward",
"diff": true,
"zip" : true,
"notifications": false,
@ -12,7 +13,6 @@
"online": true,
"cache": true,
"showKeysPanel": true,
"editor": "dword",
"port": 8000,
"ip": null
}