Advertisement
Guest User

Config

a guest
Jan 30th, 2017
173
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. #accountcsv: config\accounts.csv
  4. workers: 5
  5. #auth-service: # ptc (default) or google
  6. #username:
  7. #password:
  8.  
  9. complete-tutorial: true #Complete Account Tutorial
  10.  
  11. # Database settings
  12. #db-type: sqlite # sqlite (default) or mysql
  13. #db-host: # required for mysql
  14. #db-name: # required for mysql
  15. #db-user: # required for mysql
  16. #db-pass: # required for mysql
  17. #db-port: # default 3306
  18.  
  19. # Search settings
  20. #location: <<REMOVED>>
  21.  
  22. #speed-scan # To use speed-scan as the search scheduler
  23. #no-gyms: # disables gym scanning (default false)
  24. #no-pokemon: # disables pokemon scanning (default false)
  25. #no-pokestops: # disables pokestop scanning (default false)
  26. scan-delay: 12 # default 10
  27. step-limit: 2 # default 12
  28. #gym-info: # enables detailed gym info collection (default false)
  29. #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)
  30. #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)
  31. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  32. #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  33.  
  34. # Pokemon IV
  35. #encounter: # Set to true to start encounters to pull more info, like IVs or movesets. (default false)
  36. #encounter-delay: # delay in seconds before starting an encounter. Must not be zero. (default 1)
  37. #encounter-whitelist: # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do not use with blacklist)
  38. #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist)
  39.  
  40. # Misc
  41. gmaps-key: <<REMOVED>
  42. #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]
  43. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  44. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  45. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy
  46. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with #proxy-file (0 to disable), (default 0)
  47. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random), (default='none')
  48. #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]
  49. #webhook-updates-only: # Only send updates to webhooks (excludes gyms & non-lured pokéstops).
  50. #wh-retries: # Number of times to retry sending webhook data on failure (default: 5).
  51. #wh-timeout: # Timeout (in seconds) for webhook requests (default: 2).
  52. #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase (default: 0.25).
  53. #wh-lfu-size: # Webhook LFU cache max size (default: 1000).
  54. #print-status: 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
  55.  
  56. # Webserver settings
  57. host: 0.0.0.0 # address to listen on (default 127.0.0.1)
  58. #port: # port to listen on (default 5000)
  59. #locale: # pokemon translation
  60. ssl-certificate: D:\Documents\SSL_Cert\cert-20160815-110512.crt # path to ssl certificate
  61. ssl-privatekey: D:\Documents\SSL_Cert\key-20160815-110512.pem # path to ssl private key
  62. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  63. status-page-password: matrix # enables and protects the /status page to view status of all workers
  64.  
  65. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  66. # Please ensure to leave a space after the colon (:) (example setting: value)
  67. # Username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement