refactor(server): lay groundwork for unix socket configuration

This commit is contained in:
Jef Roosens 2025-04-16 10:12:55 +02:00
parent 7abce21aee
commit dca4d2d1ec
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
4 changed files with 88 additions and 64 deletions

View file

@ -1,3 +1,6 @@
data_dir = "./data"
domain = "127.0.0.1"
port = 8080
[net]
type = "tcp"