ultone/etc/config.json

27 lines
599 B
JSON
Raw Permalink Normal View History

2024-07-11 16:37:26 +08:00
{
"name": "ult",
"listen": {
2024-08-05 17:43:41 +08:00
"http": "0.0.0.0:8080"
2024-07-11 16:37:26 +08:00
},
"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"
},
"es": {
"uri": "http://es.dev:9200",
"index": {
"staff": "some_staff"
}
},
"nebula": {
"uri": "nebula.1.dev:9669,nebula.2.dev:9669",
"space": "test_space",
"username": "admin",
"password": "password"
}
2025-01-14 00:42:18 -08:00
}