mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature(config) add root
This commit is contained in:
parent
d00f60f40e
commit
9698dd4dcc
2 changed files with 3 additions and 1 deletions
1
HELP.md
1
HELP.md
|
|
@ -206,6 +206,7 @@ Here is description of options:
|
|||
"showKeysPanel" : true, /* show classic panel with buttons of keys */
|
||||
"port" : 8000, /* http port */
|
||||
"ip" : null, /* ip or null(default) */
|
||||
"root" : "/" /* root directory */
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@
|
|||
"cache": true,
|
||||
"showKeysPanel": true,
|
||||
"port": 8000,
|
||||
"ip": null
|
||||
"ip": null,
|
||||
"root": "/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue