Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /*
  2. Config file
  3. */
  4.  
  5. var 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.  
  20. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement