mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-07 14:12:37 -04:00
Bootstrap V1
This commit is contained in:
parent
387e297a7b
commit
dad05e672b
58 changed files with 2891 additions and 1048 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue