This commit is contained in:
loveuer
2024-07-26 17:59:02 +08:00
parent d55c6b1932
commit eea192e385
14 changed files with 250 additions and 22 deletions

View File

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