23 lines
766 B
Plaintext
23 lines
766 B
Plaintext
# rpki-explorer standalone stack configuration.
|
|
# Copy to .env and adjust paths for the target host.
|
|
|
|
# Soak outputs on the host (mounted read-only).
|
|
SOAK_RUNS_DIR=/root/rpki096_x86_rtr_installer/data/runs
|
|
SOAK_DB_DIR=/root/rpki096_x86_rtr_installer/data/state/db
|
|
|
|
# Host directory where the query-db index is persisted (reused across restarts).
|
|
QUERY_DB_DIR=/root/rpki128_explorer/query-db
|
|
|
|
# Host loopback port the explorer is published on (SSH port-forward access).
|
|
LISTEN_PORT=9517
|
|
|
|
# Keep only the latest N indexed runs; first boot backfills the latest N runs.
|
|
RETAIN_RUNS=10
|
|
|
|
# Watch poll interval for newly completed runs.
|
|
WATCH_INTERVAL_SECS=10
|
|
|
|
# Image coordinates (built locally, transferred via docker save/load).
|
|
IMAGE_NAME=rpki-explorer
|
|
IMAGE_TAG=local
|