Advertisement
Guest User

mad_config_20180127-01

a guest
Jan 27th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES! USE NOTEPAD++ INSTEAD!
  2. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  3. # Please ensure to leave a space after the colon if a value is needed ("example-setting" "example-setting-with: value")
  4. # When your configuration is done, rename this file by removing the ".example" extension
  5. # A different config-files can be included directly in processes by "--config-file" or "-cf" and path
  6. # Value without # are needed for this script
  7.  
  8. # MySql Settings
  9. ######################
  10.  
  11. # if you intend to use the priority queue functionality these settings are required
  12. db_method: monocle # The DB scheme to use. Either "monocle" or "rm" (without the quotes)
  13.  
  14. dbip: 127.0.0.1 # IP adress or hostname of the mysql server (needed for ocr mode)
  15. dbusername: dbuser # Username of database (needed for ocr mode)
  16. dbpassword: dbpassword # Password of database (needed for ocr mode)
  17. dbname: dbname # Name of the database (needed for ocr mode)
  18. #dbport: 3306 # Port of the database (Default: 3306)
  19. #db_poolsize: # Amount of connections to keep open to the DB. Default: 2
  20.  
  21. # Websocket Settings (RGC receiver)
  22. ######################
  23.  
  24. ws_ip: 192.168.100.17 # IP for websockt to listen on (for RGC). Default: 0.0.0.0'
  25. #ws_port: # Port of the websocket to listen on. Default: 8080
  26. #websocket_command_timeout: # The max time to wait for a command to return (in seconds). Default: 30 seconds.
  27.  
  28. # MITM Receiver (Pogodroid data)
  29. ######################
  30.  
  31. #mitmreceiver_ip: # IP to listen on for proto data (MITM data). Default: 0.0.0.0 (every interface).
  32. #mitmreceiver_port: # Port to listen on for proto data (MITM data). Default: 8000.
  33. #mitmreceiver_data_workers: # Amount of workers to work off the data that queues up. Default: 2
  34.  
  35. # Walk Settings
  36. ######################
  37.  
  38. #initial_restart: false # Initial Pogo restart when scanner starts. (Default: true)
  39. #delay_after_hatch: # Delay in minutes to wait before moving to the location of a hatched egg. Raidbosses do not necessarily appear immediately. (Default: 3.5)
  40.  
  41. # Runtype settings
  42. ######################
  43.  
  44. #only_scan # running this instance in scanning mode without OCR tracing
  45. only_ocr # running this instance in ocr mode without Scanning
  46. #ocr_multitask # running OCR as multiprocessing task
  47. ocr_thread_count: 1 # amount of processes/threads to run analysis with
  48.  
  49. # path settings
  50. ######################
  51.  
  52. #pogoasset: ../PogoAssets # Path to Pogo Assets: See: https://github.com/ZeChrales/PogoAssets/ (git clone)
  53. #temp_path: ../MAD_Scans/temp # Path for generated files while detecting raids (Default: temp/)
  54. #raidscreen_path: ../MAD_Scans/screen # Path for taken screenshots (Default: ocr/screenshots/)
  55. #unknown_path: ../MAD_Scans/unknown # Path for not automaticly detected gyms or mons (Default: unknown/)
  56. #successsave_path: ../MAD_Scans/success # Path for successful submitted crops (Default: success/)
  57.  
  58. # other settings
  59. ######################
  60.  
  61. #cleanup_age: # Delete Screenshots older than X minutes (Default: 1440. 0 to disable)
  62. #save_success # Save successful submitted crops to successsave_path
  63. #last_scanned # Submit last scanned locations to RM database (if your fork support this!)
  64. #npValue: # Matching Zoom - Max Value (Default: 0.5 [for width = 720px]. 1.5 for width = 1080px)
  65. #npFrom: # Matching Zoom - Start Value (Default: 0.2 [for width = 720px]. 0.5 for width = 1080px)
  66. #gym_scan_distance: # Distance of scanned Gyms (Default: 6) - reduce if you scan an area with many gyms at one place
  67. #weather # Detect weather from captured Image and post to database - if your frontend support this!
  68. #route_file: # Filename for Route Cache without extension (Default: route)
  69. #home_lat: # Center Lat of your scan location (Default: 0.0)
  70. #home_lng: # Center Lng of your scan location (Default: 0.0)
  71. #use_media_projection # Use Mediaprojection for transfering images (OCR)
  72.  
  73. # MADmin
  74. ######################
  75. #with_madmin # Start Madmin
  76. #madmin_sort: # MADmin sort column Raid/Gym (5= Modify / 6 = Create) (Default: 6)
  77. #madmin_ip: # MADmin listening interface (Default: 0.0.0.0)
  78. #madmin_port: # MADmin web port (Default: 5000)
  79. #madmin_time: # MADmin clock format (12/24) (Default: 24)
  80. #madmin_noresponsive # MADmin deactivate responsive tables
  81. #unknown_gym_distance: # MADmin show matchable gyms with this radius (Default: 10)
  82. #madmin_user: madmin # MADmin username for login
  83. #madmin_password: MySecret # MADmin password for login
  84.  
  85. # timezone settings
  86. ######################
  87.  
  88. #timezone: # Time difference from UTC (f.e "+2" for Berlin/Germany) - Needed for Rocketmap Database
  89.  
  90. #sleeptimer settings
  91. ######################
  92.  
  93. #sleeptimer # Sleep time for the phone
  94. #sleepinterval: # f.e. [21:00, 05:00] to disable pk and device from 21 to 5 o'clock (9 pm to 5 am)
  95.  
  96. # webhook
  97. ######################
  98.  
  99. #webhook # Activate support for webhook
  100. #webhook_url: # URL endpoint/s for webhooks (seperated by commas) - urls have to start with http*
  101. #weather_webhook # Activate support for weather webhook
  102. #pokemon_webhook # Activate support for pokemon webhook
  103. #gym_webhook # Activate support for gym webhook (NOT required for raids!)
  104.  
  105. # Auto Hatch
  106. ######################
  107. #auto_hatch # Activate auto hatch of level 5 eggs
  108. #auto_hatch_number # Auto hatch of level 5 Pokemon ID
  109.  
  110.  
  111. # timezone settings
  112. ######################
  113.  
  114. #timezone: # Time difference from UTC (f.e "+2" for Berlin/Germany) - Needed for Rocketmap Database
  115.  
  116. #sleeptimer settings
  117. ######################
  118.  
  119. #sleeptimer # Sleep time for the phone
  120. #sleepinterval: # f.e. [21:00, 05:00] to disable pk and device from 21 to 5 o'clock (9 pm to 5 am)
  121.  
  122. # webhook
  123. ######################
  124.  
  125. #webhook # Activate support for webhook
  126. #webhook_url: # URL endpoint/s for webhooks (seperated by commas) - urls have to start with http*
  127. #weather_webhook # Activate support for weather webhook
  128. #pokemon_webhook # Activate support for pokemon webhook
  129. #gym_webhook # Activate support for gym webhook (NOT required for raids!)
  130.  
  131. # Auto Hatch
  132. ######################
  133. #auto_hatch # Activate auto hatch of level 5 eggs
  134. #auto_hatch_number # Auto hatch of level 5 Pokemon ID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement