Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD.
  2. # Authentication settings
  3. auth-service: ptc
  4. username: myusername
  5. password: mypassword
  6.  
  7. # Database settings
  8. db-type: mysql
  9. db-host: 127.0.0.1
  10. db-name: pokemongomapdb
  11. db-user: mypassword
  12. #db-port: # default 3306
  13.  
  14. # Search settings
  15. location: 43.451795, -80.492549
  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. gym-info: true
  22. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  23. #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  24.  
  25. # Misc
  26. gmaps-key: mygmapskey
  27. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050 or a list of proxies e.g. [socks5://127.0.0.1:9050,socks5://127.0.0.1:9050]
  28. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  29. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  30. #webhook: # webhook URL (including http://)
  31. #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops)
  32.  
  33. # Webserver settings
  34. #host: 127.0.0.1
  35. #port: 5000
  36. #locale: # pokemon translation
  37. #ssl-certificate: # path to ssl certificate
  38. #ssl-privatekey: # path to ssl private key
  39. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  40. #status-page-password: # enables and protects the /status page to view status of all workers
  41.  
  42. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  43. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement