Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. # Authentication settings
  2. #auth-service: # ptc (default) or google
  3. username:[username:[lunapu0,lunapu1,lunap3,lunapu4,lunapu5,lunapu6,lunapu7,lunapu8,lunapu9,lunapu10, lunap0, lunaouu0, lunapuu1, lunapuu2, lunaluu3, lunapuu4]]
  4. password:lunapuna
  5.  
  6. # Database settings
  7. db-type:mysql
  8. db-host:localhost
  9. db-name:luna
  10. db-user:line
  11. db-pass:line
  12. db-max_connections:0
  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:0.0.0.0
  30. port:7777
  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.  
  38. #username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement