mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add editor
This commit is contained in:
parent
968e90a564
commit
797b226345
2 changed files with 2 additions and 1 deletions
1
HELP.md
1
HELP.md
|
|
@ -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*/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue