nfflow/etc/config.json

28 lines
480 B
JSON
Raw Permalink Normal View History

2024-03-31 20:09:20 +08:00
{
"name": "ult",
"address": "0.0.0.0:80",
"_database": {
"type": "postgresql",
"_type": "mysql",
"host": "127.0.0.1",
"port": 5432,
"db": "ult",
"username": "ult",
"password": "ult@sonar"
},
"database": {
"type": "sqlite",
"path": "db.sqlite",
"_path": ":memory:"
},
"_cache": {
"type": "redis",
"host": "127.0.0.1",
"port": 6379,
"username": "",
"password": ""
},
"cache": {
"type": "memory"
}
}