Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 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:
  5. #password:
  6.  
  7. # Database settings
  8. db-type: mysql # sqlite (default) or mysql
  9. db-host: x.x.x.x # required for mysql
  10. db-name: pokemongomapdb # required for mysql
  11. db-user: pgomap # required for mysql
  12. db-pass: ******* # required for mysql
  13. #db-port: # default 3306
  14.  
  15. # Search settings
  16. location:39.253865490467156, -76.7227317166475
  17. speed-scan # To use speed-scan as the search scheduler
  18. #no-gyms: # disables gym scanning (default false)
  19. #no-pokemon: # disables pokemon scanning (default false)
  20. #no-pokestops: # disables pokestop scanning (default false)
  21. #scan-delay: # default 10
  22. step-limit:25 # default 12
  23. gym-info:true # enables detailed gym info collection (default false)
  24. #max-failures: # Maximum number of failures to parse locations before an account will go into a sleep for #account-rest-interval seconds (0 to di
  25. sable), (default 5)
  26. #max-empty: # Maximum number of empty scans before an account will go into a sleep for #account-rest-interval seconds. Reasonable to use with
  27. proxies (0 to disable), (default 0)
  28. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  29. status-name:arbutus # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  30.  
  31. # Pokemon IV
  32. encounter:true # Set to true to start encounters to pull more info, like IVs or movesets. (default false)
  33. #encounter-delay: # delay in seconds before starting an encounter. Must not be zero. (default 1)
  34. encounter-whitelist:[059,063,064,065,079,102,103,116,113,130,131,133,143,147,148,149] # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do
  35. not use with blacklist)
  36. #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist)
  37.  
  38. # Misc
  39. gmaps-key:**************************** # Your Google Maps API key
  40. #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]
  41. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  42. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  43. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy
  44. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with #proxy-file (0 to disable), (default 0)
  45. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random), (default='none')
  46. webhook:http://x.x.x.x:4000 # Webhook URL e.g. http://127.0.0.1:12345 or a list for multiple webhooks [http://127.0.0.1:1345,http://1
  47. 27.0.0.1:12346]
  48. webhook-updates-only:true # Only send updates to webhooks (excludes gyms & non-lured pokéstops).
  49. #wh-retries: # Number of times to retry sending webhook data on failure (default: 5).
  50. #wh-timeout: # Timeout (in seconds) for webhook requests (default: 2).
  51. #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase (default: 0.25).
  52. #wh-lfu-size: # Webhook LFU cache max size (default: 1000).
  53. #print-status: # Enable ENTER to switch between log view and a status view. Use 'status' to start in status view and 'logs' to start in log view
  54.  
  55. # Webserver settings
  56. #host: # address to listen on (default 127.0.0.1)
  57. #port: # port to listen on (default 5000)
  58. #locale: # pokemon translation
  59. #ssl-certificate: # path to ssl certificate
  60. #ssl-privatekey: # path to ssl private key
  61. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  62. #status-page-password: # enables and protects the /status page to view status of all workers
  63.  
  64. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  65. # Please ensure to leave a space after the colon (:) (example setting: value)
  66. # Username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement