publish config.ini.example

This commit is contained in:
brockdarnold 2026-06-14 15:52:36 +00:00
parent a99be193e6
commit e390c416b5

View file

@ -53,3 +53,13 @@ cooldown_secs = 20
; or run a different barge). yield is your *effective* m3/min while mining. ; or run a different barge). yield is your *effective* m3/min while mining.
ore_hold_m3 = 22000 ore_hold_m3 = 22000
yield_m3_per_min = 0 yield_m3_per_min = 0
[rock]
; For eve_rock_watcher.py — reads the Survey Scanner Results window and pings you
; when the rock you're mining is about to deplete (so you switch). Only runs during
; a mining session (start one with `!mining on` in Discord). The window is found
; automatically; if that fails, run: python eve_rock_watcher.py --snip
region = ; l,t,w,h of the Survey Scanner Results window (auto)
switch_secs = 45 ; ping when a rock is this close to empty
poll_secs = 5
cooldown_secs = 60