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:
parent
2c63fd0658
commit
1b619f63a9
@ -1,3 +1,3 @@
|
||||
exports.config = {
|
||||
module.exports = {
|
||||
port: 9001
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user