Guest User

Untitled

a guest
Oct 6th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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:[lunapu0,lunapu1,lunap3,lunapu4,lunapu5,lunapu6,lunapu7,lunapu8,lunapu9,lunapu10, lunap0, lunaouu0, lunapuu1, lunapuu2, lunaluu3, lunapuu4]]
  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: # default 10
  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: # delay in seconds before starting an encounter. Must not be zero. (default 1)
  29. encounter-whitelist: [7,129]
  30. #encounter-blacklist: [10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,27,28,37,41,42,46,47,48,49,50,51,52,56,74,75,77,104,111,118,119,120,127]
  31.  
  32. # Misc
  33. gmaps-key:AIzaSyCcW3X_cAvby3leLOglCiUdBuPeiCK34Lw
  34. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050
  35. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  36. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  37. #webhook: # webhook URL (including http://)
  38. #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops)
  39.  
  40. # Webserver settings
  41. host:0.0.0.0
  42. port:7777
  43. #locale: # pokemon translation
  44. #ssl-certificate: # path to ssl certificate
  45. #ssl-privatekey: # path to ssl private key
  46. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  47. #status-page-password: # enables and protects the /status page to view status of all workers
  48.  
  49. #Uncomment a line when you want to change its default value (Remove # at the beginning)
  50. #Please ensure to leave a space after the : (example setting: value)
  51. #username, password, location and gmaps-key are required
Add Comment
Please, Sign In to add comment