chore: replace personal node-id in harvest endpoint example

This commit is contained in:
pyr0ball 2026-06-13 21:58:22 -07:00
parent 8006d79a11
commit be134a4465

View file

@ -80,7 +80,7 @@ TZ="${TZ:-America/Los_Angeles}"
# receiving instance after each glean run. Only matched entries are sent — # receiving instance after each glean run. Only matched entries are sent —
# no raw log content. Used to build Avocet training data. # no raw log content. Used to build Avocet training data.
# #
# export TURNSTONE_SUBMIT_ENDPOINT=https://harvest.circuitforge.tech/contrib2 # export TURNSTONE_SUBMIT_ENDPOINT=https://harvest.circuitforge.tech/your-node-id
# bash /opt/turnstone/podman-standalone.sh # bash /opt/turnstone/podman-standalone.sh
# #
# TURNSTONE_SOURCE_HOST is auto-detected from `hostname` — override if needed. # TURNSTONE_SOURCE_HOST is auto-detected from `hostname` — override if needed.