mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20: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
|
port: 9001
|
||||||
}
|
}
|
@ -13,7 +13,7 @@ io = require 'socket.io'
|
|||||||
net = require 'net'
|
net = require 'net'
|
||||||
fs = require 'fs'
|
fs = require 'fs'
|
||||||
|
|
||||||
config = require('../config.js').config
|
config = require('../config.js')
|
||||||
|
|
||||||
log = (message) ->
|
log = (message) ->
|
||||||
console.log '[be.bastelstu.wcf.chat.nodePush] '+message
|
console.log '[be.bastelstu.wcf.chat.nodePush] '+message
|
||||||
|
Loading…
Reference in New Issue
Block a user