Read-only checks against the shared core-db and valkey 1Password items. This app never writes to either.
| Source | Status |
|---|---|
| Postgres (core-db) | not connected ❌ |
| Valkey (valkey) | not connected ❌ |
Postgres error: unsupported startup parameter: statement_timeout
Valkey error: missing expected env vars: host, port
{
"postgres": {
"host": "DB_HOST",
"port": "DB_PORT",
"user": "DB_USER",
"password": "DB_PASSWORD",
"database": "DB_NAME",
"sslField": "DB_SSL"
},
"valkey": {
"host": null,
"port": null,
"password": null
}
}