wip: 完成 client api 分析
This commit is contained in:
19
etc/config.json
Normal file
19
etc/config.json
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user