· 9 years ago · Jul 02, 2016, 11:36 AM
1/*
2Config file
3*/
4
5var config = {
6 serverPort: 2020,
7 bot: {
8 username: 's',
9 password: 's^',
10 steamid: 'sadas',
11 secret: 'Jh9rmC1oWs5sadsaz5p7O3LvpjzrsXWY=',
12 identity_secret:"qeGVfzF+sadsadsaBQ8LfeSY8GkGsJy4VWY="
13 },
14 apiKey: 'F70B1D95E10E4E6A3423543C616A1F3885DF329',
15 domain: 'csgo2chancess.com',
16 secretKey: '517KccL43YMb3a4P3F', // Ðе менÑть
17 admins: ['76561198063338591'] >> add here only your id
18}
19
20module.exports = config;