mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-12 12:37:40 +02:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
service_uri = "https://localhost:3000/"
|
|
log_level = "info"
|
|
log_type = "stderr"
|
|
|
|
auth_type = "admin-token"
|
|
admin_token = "secret"
|
|
|
|
bgp_risdumps_enabled = false
|
|
|
|
[testbed]
|
|
rrdp_base_uri = "https://localhost/rrdp/"
|
|
rsync_jail = "rsync://localhost/repo/"
|
|
ta_aia = "rsync://localhost/ta/ta.cer"
|
|
ta_uri = "https://localhost/ta/ta.cer" |