Skip to content

Commit 386fdf9

Browse files
committed
Fix example config: remove Contabo-specific values
external_ip and explorer_url were hardcoded to voidbind.com — these are deployment-specific and shouldn't be in the example config template.
1 parent 81e1f6f commit 386fdf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/c2pool_mainnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ port: 9326 # P2P p2pool sharechain port (LTC mainnet default
1212
stratum_port: 9327 # Stratum mining port
1313
web_port: 8080 # Web dashboard / JSON-RPC API port
1414
http_host: "0.0.0.0" # HTTP bind address
15-
external_ip: "voidbind.com" # Public IP/domain for stratum URL display
15+
# external_ip: "" # Public IP/domain for stratum URL display
1616

1717
# ─── Operating Mode ────────────────────────────────────────────────────────
1818
# integrated: true # Full P2P pool (DEFAULT)
@@ -109,6 +109,6 @@ dashboard_dir: "web-static" # Static dashboard directory (relative or absolut
109109

110110
# ─── Lite Block Explorer ─────────────────────────────────────────────────────
111111
explorer: true # Enable block storage + explorer REST API
112-
explorer_url: "http://voidbind.com:9090" # Explorer URL for dashboard nav link
112+
# explorer_url: "http://localhost:9090" # Explorer URL for dashboard nav link
113113
explorer_depth_ltc: 288 # LTC blocks to keep
114114
explorer_depth_doge: 1440 # DOGE blocks to keep

0 commit comments

Comments
 (0)