mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
21 lines
447 B
Plaintext
21 lines
447 B
Plaintext
# Veilid Server
|
|
# =============
|
|
#
|
|
# Default Server Configuration
|
|
#
|
|
# -----------------------------------------------------------
|
|
|
|
---
|
|
logging:
|
|
system:
|
|
enabled: true
|
|
level: info
|
|
terminal:
|
|
enabled: false
|
|
core:
|
|
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' |