Advertisement
Guest User

Untitled

a guest
Nov 13th, 2016
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD.
  2. # Authentication settings
  3. #auth-service: # ptc (default) or google
  4. username: [username:[lunaliten0,lunaliten1,lunaliten2]]
  5. password: lunapuna
  6.  
  7. # Database settings
  8. db-type: mysql
  9. db-host: localhost
  10. db-name: luna_to
  11. db-user: line
  12. db-pass: line
  13. db-max_connections: 0
  14.  
  15. # Search settings
  16. #location: 58.349157, 8.559305
  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: # 45
  21. #step-limit: 45 # default 12
  22. #gym-info: # enables detailed gym info collection (default false)
  23. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  24. #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  25.  
  26. #Pokemon IV
  27. #encounter: true
  28. encounter-delay:20
  29. encounter-whitelist: [1,2,3,4,5,6,7,8,9,36,40,58,59,71,79,80,89,102,103,130,131,139,143,148,149]
  30.  
  31. # Misc
  32. gmaps-key: AIzaSyCcW3X_cAvby3leLOglCiUdBuPeiCK34Lw
  33. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050
  34. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  35. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  36. #webhook: # webhook URL (including http://)
  37. #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops)
  38.  
  39. # Webserver settings
  40. host: 0.0.0.0
  41. port: 7777
  42. #locale: # pokemon translation
  43. #ssl-certificate: # path to ssl certificate
  44. #ssl-privatekey: # path to ssl private key
  45. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  46. #status-page-password: # enables and protects the /status page to view status of all workers
  47.  
  48. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  49. #Please ensure to leave a space after the : (example setting: value)
  50. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement