20 lines
795 B
Plaintext
20 lines
795 B
Plaintext
# Copy to .env and fill in. Values below match JAGAN's test machine —
|
|
# adjust PRIMARY/SECONDARY paths for other machines (see their generated
|
|
# docker-compose.yml header comments).
|
|
|
|
# identity shown on the dashboard — must be unique per machine
|
|
MACHINE_ID=JAGAN-TEST-01
|
|
SITE=TEST
|
|
|
|
# where the monitoring collector is reachable FROM THIS MACHINE
|
|
# (Tailscale IP of the collector's host, port 8000)
|
|
COLLECTOR_URL=http://100.x.y.z:8000
|
|
|
|
# shared secret — must exactly match AGENT_TOKEN on the collector
|
|
AGENT_TOKEN=change-me
|
|
|
|
# paths from this machine's existing docker-compose.yml (rclone-synology-sync volumes)
|
|
SYNC_LOGS_DIR=/home/testing/JAGAN/Prerequisites/Sync_logs
|
|
IMAGE_DIR=/home/testing/JAGAN/Prerequisites/TAKELEAP/image_root_dir
|
|
CSV_DIR=/home/testing/JAGAN/Prerequisites/csv_files
|