2022-05-16 15:52:48 +00:00
|
|
|
# Veilid Server
|
|
|
|
# =============
|
|
|
|
#
|
|
|
|
# Default Server Configuration
|
|
|
|
#
|
|
|
|
# -----------------------------------------------------------
|
|
|
|
|
|
|
|
---
|
|
|
|
logging:
|
|
|
|
system:
|
|
|
|
enabled: true
|
|
|
|
level: info
|
|
|
|
terminal:
|
|
|
|
enabled: false
|
2022-05-28 14:07:57 +00:00
|
|
|
core:
|
|
|
|
protected_store:
|
2023-05-29 19:24:57 +00:00
|
|
|
directory: '/var/db/veilid-server/protected_store'
|
2022-05-28 14:07:57 +00:00
|
|
|
table_store:
|
|
|
|
directory: '/var/db/veilid-server/table_store'
|
|
|
|
block_store:
|
|
|
|
directory: '/var/db/veilid-server/block_store'
|