Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. Used same towns configs - this is the OS from that town
  2.  
  3. pgpool-url: http://localhost:4242
  4. pgscout-url: http://localhost:12000
  5.  
  6.  
  7. # Common settings
  8. #################
  9.  
  10. host: 158.69.170.133
  11. port: 80
  12. location: 48.476207, -81.330916
  13. status-page-password: *********
  14. db-name: timmapdb
  15. db-threads: 1
  16. purge-data: 6
  17. enable-clean
  18. altitude: 295
  19. gym-info: True
  20. only-server: True
  21.  
  22. NS (one of 2, same except loc and workers)
  23.  
  24. # Required settings
  25. ###################
  26.  
  27. pgscout-url: http://localhost:12000/iv
  28. rareless-scans-threshold: 20
  29. rotate-blind: true
  30.  
  31. # Common settings
  32. #################
  33.  
  34. speed-scan: True
  35. location: 48.479467, -81.254345
  36. step-limit: 120
  37. captcha-solving: True
  38. status-name: Timmins East
  39. no-server: True
  40.  
  41. # Database settings
  42. ###################
  43.  
  44. db-name: timmapdb
  45. db-threads: 2
  46.  
  47. # Geofence settings
  48. ###################
  49.  
  50. geofence-file: geofences\tim-east-geofence.txt
  51.  
  52. # Search settings
  53. #################
  54.  
  55. altitude: 295
  56. use-altitude-cache
  57. # Query the Elevation API for each step, rather than only once, and store results in the database.
  58. # Make sure your Google Elevation API is enabled
  59. workers: 80
  60. gym-info: True
  61. pokestop-spinning: True
  62.  
  63.  
  64. # Pokemon IV (Only use one of the filters below)
  65. ############
  66.  
  67. encounter: True
  68. enc-whitelist-file: config\pokemon-whitelist.txt
  69.  
  70.  
  71.  
  72. proxy-file: config\proxy.txt
  73. proxy-refresh: 3600
  74. # Period of proxy file reloading, in seconds. Works only with proxy-file. (default=0, 0 to disable)
  75. proxy-rotation: round
  76.  
  77.  
  78. # Webhook settings
  79. ##################
  80.  
  81. webhook: http://127.0.0.1:4000
  82. wh-types: [ pokemon, raid, gym-info, egg, pokestop ]
  83. wh-threads: 4
  84. wh-timeout: 5
  85. webhook-whitelist-file: config\pokemon-whitelist.txt
  86.  
  87. Shared Config
  88.  
  89. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES! USE NOTEPAD++ INSTEAD!
  90. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  91. # Please ensure to leave a space after the colon if a value is needed ("example-setting" "example-setting-with: value")
  92. # When your configuration is done, rename this file by removing the ".example" extension
  93.  
  94.  
  95. # Keys
  96. ###################
  97.  
  98. gmaps-key: ******
  99. captcha-key: ******
  100. hash-key: [ ******, ******* ]
  101.  
  102. # Other shared settings
  103. ###################
  104.  
  105. db-type: mysql
  106. db-host: 127.0.0.1
  107. db-user: root
  108. db-pass: *******
  109. db-port: 3306
  110. #lure-duration: 360
  111. pgpool-url: http://localhost:4242
  112.  
  113. Scout Config
  114.  
  115. # Server Settings
  116. #################
  117.  
  118. host: 127.0.0.1 # Host or IP to bind to.
  119. port: 12000 # Port to bind to.
  120.  
  121.  
  122. # Accounts
  123. ##########
  124.  
  125. #accounts-file: # Load accounts from CSV file containing "auth_service,username,passwd" lines.
  126. level: 30
  127. # Minimum trainer level required. Lower levels will yield an error.
  128. shadowban-threshold: 3
  129. # Mark an account as shadowbanned after this many errors. (use 0 to disable threshold)
  130. # If allPGPool is specified the account gets swapped out.
  131.  
  132.  
  133. # PGPool
  134. ########
  135.  
  136. pgpool-url: http://localhost:4242
  137. # Address of PGPool to load accounts from and/or update their details.
  138. pgpool-system-id: PGScoutTim
  139. # System ID for PGPool. Required if --pgpool-url given.
  140. pgpool-num-accounts: 1
  141. # Use this many accounts from PGPool. --pgpool-url required.
  142.  
  143.  
  144. # General Settings
  145. ##################
  146.  
  147. hash-key: [ ******* , ******* ]
  148. # Hash key(s) to use.
  149. proxies-file: proxy.txt
  150. # Load proxy list from text file (one proxy per line).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement