9 lines
265 B
Bash
9 lines
265 B
Bash
# Host directory containing CCR files to mount into the server container.
|
|
RPKI_RTR_CCR_HOST_DIR=../../data
|
|
|
|
# In-container directory used by rpki_rtr as CCR input directory.
|
|
RPKI_RTR_CCR_DIR=/app/data
|
|
|
|
# Max retained delta count in RTR cache.
|
|
RPKI_RTR_MAX_DELTA=10
|