veilid/doc/config/veilid-dev-node-config.md
TC Johnson 6e9610ecd2
Dev network setup docs
Added guilds for setting up a public bootstrap, a dev network,
and config templates for dev nodes. Added link in the contribution
guide to dev network setup guide.
2023-09-18 21:28:56 -05:00

731 B

Veilid Server

=============

Dev Node Configuration

-----------------------------------------------------------


logging: system: enabled: true level: debug api: enabled: true level: debug terminal: enabled: false core: capabilities: disable: ['APPM'] network: upnp: false dht: min_peer_count: 10 detect_address_changes: false routing_table: bootstrap: ['bootstrap.<your.domain>'] network_key_password: '' 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'