Advertisement
Guest User

Untitled

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