Advertisement
Guest User

config pogomap-ss

a guest
Aug 13th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Authentication settings
  2. auth-service:ptc
  3. username: [user1, user2, user3, user4]
  4. password: samepassforall
  5.  
  6. # Database settings
  7. db-type: mysql
  8. db-host: 127.0.0.1
  9. db-name: pokemongomapdb
  10. db-user: root
  11. db-pass: password
  12.  
  13. # Search settings
  14. location: coords # not really necessary for -ss
  15. #no-gyms: # disables gym scanning (default false)
  16. #no-pokemon: # disables pokemon scanning (default false)
  17. #no-pokestops: # disables pokestop scanning (default false)
  18. scan-delay:10
  19. step-limit:1
  20.  
  21. # Misc
  22. gmaps-key: gmapskey # your Google Maps API key
  23. #webhook: # webhook URL (including http://)
  24.  
  25. # Webserver settings
  26. #host: # address to listen on (default 127.0.0.1)
  27. #port: # port to listen on (default 5000)
  28. #locale: # pokemon translation
  29.  
  30. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  31. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement