12 lines
204 B
JSON
12 lines
204 B
JSON
// config/db.json
|
|
{
|
|
"database": {
|
|
"host": "S95",
|
|
"port": 5432,
|
|
"name": "weval_dashboard",
|
|
"user": "wevia",
|
|
"ssl": true
|
|
},
|
|
"refresh_interval_ms": 30000,
|
|
"enable_caching": true
|
|
} |