feat: add unix socket api(set debug)

This commit is contained in:
loveuer
2024-08-05 17:43:41 +08:00
parent eea192e385
commit f9d59b99a0
8 changed files with 23 additions and 20 deletions

View File

@ -1,8 +1,7 @@
{
"name": "ult",
"listen": {
"http": "0.0.0.0:8080",
"unix": "unix://./dev.sock"
"http": "0.0.0.0:8080"
},
"db": {
"_uri": "postgres::host=pg.dev user=xx_user password=xx_password dbname=xx_database port=5432 sslmode=disable TimeZone=Asia/Shanghai",