Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [******@sd-89030 config]$ cat config.ini
  2. # Authentication settings
  3. #auth-service: # ptc (default) or google
  4. username:heididasemma
  5. password:jxscgp
  6.  
  7. # Database settings
  8. db-type:mysql
  9. db-host:localhost
  10. db-name:luna
  11. db-user:line
  12. db-pass:line
  13. db-max_connections:0
  14.  
  15. # Search settings
  16. #location:
  17. #no-gyms: # disables gym scanning (default false)
  18. #no-pokemon: # disables pokemon scanning (default false)
  19. #no-pokestops: # disables pokestop scanning (default false)
  20. #scan-delay: 15 # default 5
  21. step-limit:20
  22.  
  23. # Misc
  24. gmaps-key:AIzaSyDl8JAkAfTlydT2gXfsV2gLGsdJybOiPyM
  25. #webhook: # webhook URL (including http://)
  26.  
  27. # Webserver settings
  28. host:127.0.0.1
  29. port:7777
  30. fixed-location:true
  31.  
  32. #Uncomment a line when you want to change its default value (Remove # at the beg inning)
  33. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement