Bootstrap V1

This commit is contained in:
Christien Rioux 2025-05-06 13:19:30 -04:00
parent 387e297a7b
commit dad05e672b
58 changed files with 2891 additions and 1048 deletions

View file

@ -22,18 +22,19 @@ logging:
enabled: false
core:
capabilities:
disable: ['TUNL','SGNL','RLAY','DIAL','DHTV','DHTW','APPM']
disable: ["TUNL", "SGNL", "RLAY", "DIAL", "DHTV", "DHTW", "APPM"]
network:
upnp: false
dht:
min_peer_count: 2
detect_address_changes: false
routing_table:
bootstrap: ['bootstrap.<your.domain>']
network_key_password: '<your-chosen-passkey>'
bootstrap: ["bootstrap.<your.domain>"]
bootstrap_keys: ["VLD0:<your bootstrap signing public key>"]
network_key_password: "<your-chosen-passkey>"
protected_store:
insecure_fallback_directory: '/var/db/veilid-server/protected_store'
insecure_fallback_directory: "/var/db/veilid-server/protected_store"
table_store:
directory: '/var/db/veilid-server/table_store'
directory: "/var/db/veilid-server/table_store"
block_store:
directory: '/var/db/veilid-server/block_store'
directory: "/var/db/veilid-server/block_store"