mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
docs(help) prefix -> cloudcmd, 31337 -> 1337
This commit is contained in:
parent
2b7c0069bb
commit
239073b97b
1 changed files with 2 additions and 2 deletions
4
HELP.md
4
HELP.md
|
|
@ -265,7 +265,7 @@ var http = require('http'),
|
|||
io = require('socket.io'),
|
||||
app = express(),
|
||||
|
||||
PORT = 31337,
|
||||
PORT = 1337,
|
||||
|
||||
server,
|
||||
socket;
|
||||
|
|
@ -274,7 +274,7 @@ server = http.createServer(app);
|
|||
socket = io.listen(server);
|
||||
|
||||
app.use(cloudcmd({
|
||||
prefix: '/prefix', /* base URL or function which returns base URL (optional) */
|
||||
prefix: '/cloudcmd',/* base URL or function which returns base URL (optional) */
|
||||
socket: socket, /* used by Config, Edit (optional) and Console (required) */
|
||||
config: {} /* config data (optional) */
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue