Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD.
  2. # Authentication settings
  3. #auth-service: google # ptc (default) or google
  4. #username: blabla
  5. #password: blabla
  6.  
  7. # Database settings
  8. db-type: mysql # sqlite (default) or mysql
  9. db-host: blabla
  10. db-name: blabla
  11. db-user: blabla
  12. db-pass: blabla
  13. db-port: 3306 # default 3306
  14. db-max_connections: 1000
  15.  
  16. # Search settings
  17. #location:
  18. #speed-scan # To use speed-scan as the search scheduler
  19. #no-gyms: # disables gym scanning (default false)
  20. #no-pokemon: # disables pokemon scanning (default false)
  21. #no-pokestops: # disables pokestop scanning (default false)
  22. #scan-delay: # default 10
  23. #step-limit: # default 12
  24. #gym-info: # enables detailed gym info collection (default false)
  25. #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)
  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 proxies (0 to disable), (default 0)
  27. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  28. #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  29.  
  30. # Pokemon IV
  31. encounter: true
  32. #encounter-delay: # delay in seconds before starting an encounter. Must not be zero. (default 1)
  33. #encounter-whitelist: [1,2,3,4,5,6,7,8,9,25,26,29,34,31,34,36,38,43,45,58,59,60,65,66,68,71,74,76,80,81,83,88,89,91,102,103,110,111,112,114,115,113,123,125,127,128,129,130,131,132,133,134,135,136,138,139,141,142,143,144,145,146,147,148,149,150,151]
  34. #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist)
  35.  
  36. # Misc
  37. gmaps-key: blabla
  38. #proxy: blabla
  39. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  40. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  41. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy
  42. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with #proxy-file (0 to disable), (default 0)
  43. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random), (default='none')
  44. #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]
  45. # Only send updates to webhooks (excludes gyms & non-lured pokéstops).
  46. webhook-updates-only: true
  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. ## address to listen on (default 127.0.0.1)
  55. host: 0.0.0.0
  56. port: 5001 # port to listen on (default 5000)
  57. locale: de
  58. #ssl-certificate: # path to ssl certificate
  59. #ssl-privatekey: # path to ssl private key
  60. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  61. status-page-password: maffai2 # enables and protects the /status page to view status of all workers
  62.  
  63. account-rest-interval: 1800
  64. account-search-interval: 7200
  65. captcha-solving: true
  66. captcha-key: blabla
  67. disable-clean: true
  68. login-delay:12
  69.  
  70. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  71. # Please ensure to leave a space after the colon (:) (example setting: value)
  72. # Username, password, location and gmaps-key are required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement