test-temp — shared secret connectivity POC

Read-only checks against the shared core-db and valkey 1Password items. This app never writes to either.

SourceStatus
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

Env var names matched (values never shown)

{
  "postgres": {
    "host": null,
    "port": null,
    "user": null,
    "password": null,
    "database": null,
    "sslField": null
  },
  "valkey": {
    "host": null,
    "port": null,
    "password": null
  }
}