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: missing expected env vars: host, port, user, password, database
Valkey error: missing expected env vars: host, port
{
"postgres": {
"host": null,
"port": null,
"user": null,
"password": null,
"database": null,
"sslField": null
},
"valkey": {
"host": null,
"port": null,
"password": null
}
}