15 lines
556 B
Bash
15 lines
556 B
Bash
# Keep localhost for same-Mac clients. For LAN clients, set this to the Mac's LAN IP.
|
|
MACMINI_MCP_HOST=127.0.0.1
|
|
MACMINI_MCP_PORT=7331
|
|
# Required whenever MACMINI_MCP_HOST is not loopback.
|
|
# MACMINI_MCP_TOKEN=replace-with-a-long-random-token
|
|
|
|
# TP-Link Deco read-only network stats.
|
|
# Use the router/deco LAN IP or hostname and the local web/admin password.
|
|
# DECO_HOST defaults to the Mac's default gateway when omitted.
|
|
# DECO_HOST=192.168.68.1
|
|
# DECO_USERNAME=admin
|
|
# DECO_PASSWORD=replace-with-router-password
|
|
# DECO_VERIFY_SSL=false
|
|
# DECO_TIMEOUT=10
|