Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # Authentication settings
  2. #auth-service: # ptc (default) or google
  3. username:heididasemma
  4. password:jxscgp
  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. #db-port: # default 3306
  13.  
  14. # Search settings
  15. #location:
  16. #no-gyms: # disables gym scanning (default false)
  17. #no-pokemon: # disables pokemon scanning (default false)
  18. #no-pokestops: # disables pokestop scanning (default false)
  19. #scan-delay: # default 10
  20. #step-limit: # default 12
  21.  
  22. # Misc
  23. gmaps-key:AIzaSyCcW3X_cAvby3leLOglCiUdBuPeiCK34Lw
  24. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050
  25. #webhook: # webhook URL (including http://)
  26. #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops)
  27.  
  28. # Webserver settings
  29. #host: # address to listen on (default 127.0.0.1)
  30. #port: # port to listen on (default 5000)
  31. #locale: # pokemon translation
  32. #ssl-certificate: # path to ssl certificate
  33. #ssl-privatekey: # path to ssl private key
  34. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  35.  
  36. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  37. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement