chore: fix static release binaries using zigbuild
This commit is contained in:
parent
275d249320
commit
82d914ebbb
5 changed files with 32 additions and 14 deletions
|
|
@ -1,6 +1,9 @@
|
|||
data_dir = "./data"
|
||||
domain = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
[net]
|
||||
type = "tcp"
|
||||
# type = "tcp"
|
||||
# domain = "127.0.0.1"
|
||||
# port = 8080
|
||||
|
||||
type = "unix"
|
||||
path = "./otter.socket"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue