wip: cli
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user