mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) rm socket
This commit is contained in:
parent
d8040d4a19
commit
f9bdcf825b
3 changed files with 0 additions and 3 deletions
1
HELP.md
1
HELP.md
|
|
@ -241,7 +241,6 @@ All main configuration could be done via `json/config.json`.
|
|||
"cache" : true, /* add cache-control */
|
||||
"showKeysPanel" : true, /* show classic panel with buttons of keys */
|
||||
"server" : true, /* server mode or testing mode */
|
||||
"socket" : true, /* enable web sockets */
|
||||
"port" : 8000, /* http port */
|
||||
"ip" : null, /* ip or null(default) */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,5 @@
|
|||
<li><span><input type="checkbox" id="online" {{ online }} ></input></span> <label for="online">Online</label></li>
|
||||
<li><span><input type="checkbox" id="cache" {{ cache }} ></input></span> <label for="cache">Cache</label></li>
|
||||
<li><span><input type="checkbox" id="showKeysPanel" {{ showKeysPanel }}></input></span> <label for="showKeysPanel">Show keys panel</label></li>
|
||||
<li><span><input type="checkbox" id="socket" {{ socket }} ></input></span> <label for="socket">Socket</label></li>
|
||||
<li><input type="number" min="0" max="65535" class="form-control" placeholder="Port" id="port" value="{{ port }}" title="Port"></input></li>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
"cache": true,
|
||||
"showKeysPanel": true,
|
||||
"server": true,
|
||||
"socket": true,
|
||||
"port": 8000,
|
||||
"ip": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue