mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-18 15:37:42 +02:00
7 lines
341 B
TOML
7 lines
341 B
TOML
# Speficy the directory where the CLI can find its state, i.e. the keypair used
|
|
# for its identity, and the publication server xml response
|
|
state_dir = "./client_state"
|
|
|
|
# Specify the directory that the client should synchronise to the server. Note
|
|
# that this may be overridden with the "-d" command line option.
|
|
data_dir = "./client_data" |