mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-02 19:56:14 -04:00
set default port to 5150 for veilid-server in config
improve testing fixtures
This commit is contained in:
parent
a1b6da5ab4
commit
55de1dcb5c
6 changed files with 28 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue