mirror of
https://github.com/cubixle/cli-chat.git
synced 2026-04-29 18:18:47 +01:00
added config setup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var config = {};
|
||||
|
||||
config.server = {};
|
||||
config.server.port ='5000';
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user