set default port to 5150 for veilid-server in config

improve testing fixtures
This commit is contained in:
Christien Rioux 2024-05-05 09:54:31 -04:00
parent a1b6da5ab4
commit 55de1dcb5c
6 changed files with 28 additions and 9 deletions

View file

@ -13,6 +13,16 @@ logging:
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: