Guest User

Untitled

a guest
Jul 13th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. //Your bot's account steam user name, THE ONE YOU USE TO LOG IN !
  2. steam_username=
  3. //Your bot's account steam password
  4. steam_password=
  5. //Your steam API key, that can be found here : https://steamcommunity.com/dev/apikey
  6. steam_apikey=
  7. //SteamID of admins; unlock various feature. Exemple : STEAMID_X:Y:ZZZZZ,STEAMID_X:Y:ZZZZ2,STEAMID_X...
  8. steam_admins=
  9. //The database server IP address or DNS
  10. database_server=127.0.0.1
  11. //The database server username
  12. database_user=
  13. //The database server password
  14. database_password=
  15. //The database name
  16. database_name=
  17. //The database server port
  18. database_port=
  19. //TCP server settings, I personnally use port 4765, it works great.
  20. TCP_ServerPort=4765
  21. //The TCP password, it can be ANYTHING you want, for exemple : 567dcavieg
  22. TCP_Password=
  23. //Arkarr's server API key, get it from here : http://raspberrypimaison.ddns.net/website/ASteambot/GetAPIKey/ \nYOU NEED THE WHOLE THING \nExemple : I sang to my dog in an elevator because that's the way the cookie crumbles/HGUIHZGZU5243653
  24. ArkarrAPIKey=
  25. //Disable or enable market scan (YES/NO):
  26. DisableMarketScan=NO
  27. //Enable or disable welcome message.\nCreate some crash for some OS, I don't know why.
  28. DisableWelcomeMessage=NO
  29. //Enable or disable automatic updates, might crash on Linux.
  30. DisableUpdater=NO
Add Comment
Please, Sign In to add comment