wip: 完成 client api 分析

This commit is contained in:
loveuer
2024-12-19 15:03:36 +08:00
commit 64cdd0cb0e
76 changed files with 5146 additions and 0 deletions

19
etc/config.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "esway",
"listen": {
"gateway": "0.0.0.0:8080",
"dashboard": "0.0.0.0:8081"
},
"db": {
"_uri": "postgres::host=pg.dev user=xx_user password=xx_password dbname=xx_database port=5432 sslmode=disable TimeZone=Asia/Shanghai",
"uri": "sqlite::db.sqlite3"
},
"cache": {
"uri": "lru::",
"_uri": "memory::",
"__uri": "redis::u:p@redis.dev:6379"
},
"endpoints": [
"http://192.168.8.99:9200"
]
}