mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-02 18:46:52 -04:00
34 lines
819 B
Text
34 lines
819 B
Text
# Veilid Server
|
|
# =============
|
|
#
|
|
# Public Bootstrap Server Configuration
|
|
#
|
|
# -----------------------------------------------------------
|
|
|
|
---
|
|
logging:
|
|
system:
|
|
enabled: true
|
|
level: debug
|
|
api:
|
|
enabled: true
|
|
level: debug
|
|
terminal:
|
|
enabled: false
|
|
core:
|
|
capabilities:
|
|
disable: ["TUNL", "SGNL", "RLAY", "DIAL", "DHTV", "DHTW", "APPM", "ROUT"]
|
|
network:
|
|
upnp: false
|
|
dht:
|
|
min_peer_count: 2
|
|
detect_address_changes: false
|
|
routing_table:
|
|
bootstrap: ["bootstrap.<your.domain>"]
|
|
bootstrap_keys: ["VLD0:<your bootstrap signing public key>"]
|
|
protected_store:
|
|
insecure_fallback_directory: "/var/db/veilid-server/protected_store"
|
|
table_store:
|
|
directory: "/var/db/veilid-server/table_store"
|
|
block_store:
|
|
directory: "/var/db/veilid-server/block_store"
|