mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add dirStorage
This commit is contained in:
parent
61d2cc6555
commit
6ffe06cd65
5 changed files with 48 additions and 35 deletions
|
|
@ -1,22 +1,24 @@
|
|||
{
|
||||
"auth": false,
|
||||
"username": "root",
|
||||
"password": "435b41068e8665513a20070c033b08b9c66e4332",
|
||||
"analytics": true,
|
||||
"diff": true,
|
||||
"zip" : true,
|
||||
"auth": true,
|
||||
"username": "coderaiser",
|
||||
"password": "2df4e196c47f52f553dc7c791cf442033391653a",
|
||||
"analytics": false,
|
||||
"diff": false,
|
||||
"zip": true,
|
||||
"notifications": false,
|
||||
"localStorage": true,
|
||||
"buffer": true,
|
||||
"minify": true,
|
||||
"minify": false,
|
||||
"online": true,
|
||||
"cache": true,
|
||||
"logs": false,
|
||||
"showKeysPanel": true,
|
||||
"server": true,
|
||||
"socket": true,
|
||||
"port": 8000,
|
||||
"port": 31337,
|
||||
"sslPort": 4430,
|
||||
"ip": null,
|
||||
"ssl": false
|
||||
"ssl": false,
|
||||
"appCache": false,
|
||||
"buffer": true,
|
||||
"dirStorage": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue