master
lub 6 years ago
parent f15f0459a5
commit 00f6af416a

@ -5,7 +5,7 @@
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/index.js",
"args": ["--config","config.yaml"]
"args": ["--config","config.yaml","-p","9000"]
}
]
}

@ -1,3 +1,3 @@
1. copy `config.sample.yaml` and modify accordingly
2. generate config with e.g. `node index.js -r -u "http://localhost:9000"`
3. start with `node index.js --config <path-to-config>`
3. start with `node index.js --config <path-to-config> -p <port>`

@ -42,4 +42,4 @@ new Cli({
bridge.run(port, config);
bridge.getIntent('@_rss_test0r:imninja.net').sendText(roomId, 'asef :)');
}
}).run({port: 9000});
}).run();