schat2-clive/config/default.js

18 lines
356 B
JavaScript

'use strict';
module.exports = {
user: {
id: 'clive',
key: 'abcdefgh12345678',
username: 'Clive',
// optional
gender: 'male',
birthdate: new Date(1952, 11, 10),
avatar: 'https://i.imgur.com/IZwrjjG.png',
},
socket: 'ws://127.0.0.1:3000/socket',
api: 'http://127.0.0.1:3000/api',
encrypt: false,
channels: ['GamesNight'],
};