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:
|
2024-05-05 09:54:31 -04:00
|
|
|
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'
|