mirror of
https://github.com/cubixle/cli-chat.git
synced 2026-04-24 19:44:47 +01:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
var config = {};
|
|
|
|
config.server = {};
|
|
config.server.port ='5000';
|
|
|
|
module.exports = config; |