veilid/package/linux/veilid-server.conf

31 lines
625 B
Plaintext
Raw Normal View History

2022-05-16 11:52:48 -04:00
# Veilid Server
# =============
#
# Default Server Configuration
#
# -----------------------------------------------------------
---
logging:
system:
enabled: true
level: info
terminal:
enabled: false
2022-05-28 10:07:57 -04:00
core:
network:
protocol:
udp:
listen_address: ':5150'
tcp:
listen_address: ':5150'
ws:
listen_address: ':5150'
wss:
listen_address: ':5150'
2022-05-28 10:07:57 -04:00
protected_store:
2023-05-29 15:24:57 -04:00
directory: '/var/db/veilid-server/protected_store'
2022-05-28 10:07:57 -04:00
table_store:
directory: '/var/db/veilid-server/table_store'
block_store:
directory: '/var/db/veilid-server/block_store'