Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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. accountcsv: MyAccounts.csv
  7. workers: 270
  8.  
  9. # Database settings
  10. #db-type: sqlite # sqlite (default) or mysql
  11. #db-host: # required for mysql
  12. #db-name: # required for mysql
  13. #db-user: # required for mysql
  14. #db-pass: # required for mysql
  15. #db-port: # default 3306
  16.  
  17. # Search settings
  18. #location:
  19. #speed-scan # To use speed-scan as the search scheduler
  20. #no-gyms: # disables gym scanning (default false)
  21. #no-pokemon: # disables pokemon scanning (default false)
  22. no-pokestops: true # disables pokestop scanning (default false)
  23. #scan-delay: # default 10
  24. #step-limit: # default 12
  25. #gym-info: # enables detailed gym info collection (default false)
  26. #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)
  27. #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)
  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: # 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: # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do not use with blacklist)
  35. encounter-blacklist: [010, 011, 013, 014, 016, 017, 019, 021, 023, 041, 046, 048] # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist)
  36.  
  37. # Misc
  38. gmaps-key: gmapkey # Your Google Maps API key
  39. #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]
  40. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  41. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  42. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy
  43. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with #proxy-file (0 to disable), (default 0)
  44. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random), (default='none')
  45. #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]
  46. #webhook-updates-only: # Only send updates to webhooks (excludes gyms & non-lured pokéstops).
  47. #wh-retries: # Number of times to retry sending webhook data on failure (default: 5).
  48. #wh-timeout: # Timeout (in seconds) for webhook requests (default: 2).
  49. #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase (default: 0.25).
  50. #wh-lfu-size: # Webhook LFU cache max size (default: 1000).
  51. #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
  52.  
  53. # Webserver settings
  54. #host: # address to listen on (default 127.0.0.1)
  55. #port: # port to listen on (default 5000)
  56. #locale: # pokemon translation
  57. #ssl-certificate: # path to ssl certificate
  58. #ssl-privatekey: # path to ssl private key
  59. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  60. #status-page-password: # enables and protects the /status page to view status of all workers
  61.  
  62. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  63. # Please ensure to leave a space after the colon (:) (example setting: value)
  64. # Username, password, location and gmaps-key are required
  65.  
  66. # Hashkeys # Key for hash server
  67. hash-key: [key1, key2, key3]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement