refactor(server): lay groundwork for unix socket configuration
This commit is contained in:
parent
7abce21aee
commit
dca4d2d1ec
4 changed files with 88 additions and 64 deletions
|
|
@ -1,3 +1,6 @@
|
|||
data_dir = "./data"
|
||||
domain = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
[net]
|
||||
type = "tcp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue