2026-02-17 15:03:34 +00:00
|
|
|
# Deploy config (copy to deploy-config.sh and set your password)
|
|
|
|
|
# deploy-config.sh is gitignored so the password is not committed.
|
|
|
|
|
#
|
|
|
|
|
# cp scripts/deploy-config.example scripts/deploy-config.sh
|
|
|
|
|
# Edit deploy-config.sh and set ARCHIPELAGO_PASSWORD
|
|
|
|
|
#
|
|
|
|
|
export ARCHIPELAGO_PASSWORD='your_password_here'
|
2026-06-11 00:24:32 -04:00
|
|
|
|
|
|
|
|
# Optional: central beta telemetry collector RPC endpoint.
|
|
|
|
|
# The reporter sends telemetry.ingest JSON-RPC requests here when users opt in.
|
|
|
|
|
# export TELEMETRY_COLLECTOR_URL='https://YOUR-COLLECTOR-HOST/rpc/v1'
|