mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 00:47:28 -06:00
55de1dcb5c
improve testing fixtures
31 lines
625 B
Plaintext
31 lines
625 B
Plaintext
# Veilid Server
|
|
# =============
|
|
#
|
|
# Default Server Configuration
|
|
#
|
|
# -----------------------------------------------------------
|
|
|
|
---
|
|
logging:
|
|
system:
|
|
enabled: true
|
|
level: info
|
|
terminal:
|
|
enabled: false
|
|
core:
|
|
network:
|
|
protocol:
|
|
udp:
|
|
listen_address: ':5150'
|
|
tcp:
|
|
listen_address: ':5150'
|
|
ws:
|
|
listen_address: ':5150'
|
|
wss:
|
|
listen_address: ':5150'
|
|
protected_store:
|
|
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' |