Advertisement
Guest User

Untitled

a guest
May 7th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. module.exports = {
  2. //MYSQL DATA:
  3. DBhost : 'localhost',
  4. DBuser : '',
  5. DBpassword : '',
  6. DBdatabase : '',
  7. DBcharset : 'utf8_general_ci',
  8.  
  9. //BOT STEAM INFO:
  10. user : 'erickus',
  11. password : 'Markus1337',
  12. sharedSecret : 'wXndMiI88k3FBwHdnq7Qf3sVt9s=',
  13. identitySecret : 'fB7/27WWD6phdYQpZLoBanEkiCo=',
  14. ssfn : '',
  15.  
  16. //BOT SETTINGS:
  17. botID : 1,//Each bot should has different ID to avoid conflicts
  18. maxItems : 900,//1000 is max number of items in Steam inventory
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement