# Staging/runtime configuration. Copy to .env; never commit the copied file. VALIDATOR_IMAGE=panda-rpki-validator:0.1.0-dirty-amd64 VALIDATOR_PLATFORM=linux/amd64 COMPOSE_PROJECT_NAME=panda-rpki-validator HOST_DATA_DIR=/var/lib/panda-rpki-validator RESTART_POLICY=no VALIDATOR_COMMAND=run # Normal sync/validation contract (the defaults match the existing runtime). MAX_RUNS=3 INTERVAL_SECS=0 RIRS=afrinic,apnic,arin,lacnic,ripe TAL_INPUT_MODE=file-with-ta RESOURCE_VALIDATION_MODE=validation-update-03 RETAIN_RUNS=10 OUTPUT_COMPACT_REPORT=1 ALLOW_RSYNC_MIRROR_REUSE=1 RSYNC_SCOPE=module-root FAILURE_SNAPSHOT_RESET=1 PERIODIC_SNAPSHOT_RESET=0 PERIODIC_SNAPSHOT_MAX_DELTAS=100 DB_STATS_EXACT_EVERY=3 RPKI_PROGRESS_LOG=1 ENABLE_CHILD_CERTIFICATE_VALIDATION_CACHE=0 RPKI_ANALYZE=0 RPKI_EXTRA_ARGS= # For a private/custom TAL, mount a directory at the package's # /opt/panda-rpki-validator/custom-fixtures path and set these values in the # compose environment; do not commit the mounted files. # RIRS=custom # TAL_INPUT_MODE=custom-file-with-ta # CUSTOM_TAL_PATH=/opt/panda-rpki-validator/custom-fixtures/tal/custom.tal # CUSTOM_TA_PATH=/opt/panda-rpki-validator/custom-fixtures/ta/custom-ta.cer # CUSTOM_TAL_URI=rsync://example.invalid/module/ta.cer