1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Improving config of nodePush

This commit is contained in:
Tim Düsterhus 2012-10-16 12:09:01 +02:00
parent 2c63fd0658
commit 1b619f63a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
exports.config = {
module.exports = {
port: 9001
}
}

View File

@ -13,7 +13,7 @@ io = require 'socket.io'
net = require 'net'
fs = require 'fs'
config = require('../config.js').config
config = require('../config.js')
log = (message) ->
console.log '[be.bastelstu.wcf.chat.nodePush] '+message