From 4a2386f5ac5c0fca37d12141350c5c32c2eac737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 26 Apr 2013 23:44:02 +0200 Subject: [PATCH] Add config.js for nodePush --- file/acp/be.bastelstu.chat.nodePush/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 file/acp/be.bastelstu.chat.nodePush/config.js diff --git a/file/acp/be.bastelstu.chat.nodePush/config.js b/file/acp/be.bastelstu.chat.nodePush/config.js new file mode 100644 index 0000000..b139533 --- /dev/null +++ b/file/acp/be.bastelstu.chat.nodePush/config.js @@ -0,0 +1,3 @@ +module.exports = { + port: 9001 +}