Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # Authentication settings
  2. auth-service:ptc
  3. username:username
  4. password:password
  5.  
  6. # Database settings
  7. #db-type: sqlite # sqlite (default) or mysql
  8. #db-host: # required for mysql
  9. #db-name: # required for mysql
  10. #db-user: # required for mysql
  11. #db-pass: # required for mysql
  12.  
  13. # Search settings
  14. location:01.38215739, 01.501909
  15. #no-gyms:false
  16. #no-pokemon:false
  17. #no-pokestops:true
  18. scan-delay:11
  19. step-limit:13
  20.  
  21. # Misc
  22. gmaps-key:AIzaSyASh8D1ho12343436431312
  23. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050
  24. #webhook: # webhook URL (including http://)
  25.  
  26. # Webserver settings
  27. host:91.121.64.55
  28. #port: # port to listen on (default 5000)
  29. #locale: # pokemon translation
  30.  
  31. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  32. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement