Files
oc-sentinel/infra/postgres-target.example.json
OfficeCom Codex 05029c9fb2
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Track internal Postgres target in release process
2026-07-17 01:12:38 +02:00

11 lines
353 B
JSON

{
"role": "server-side-only",
"environment": "production",
"postgresHost": "10.0.0.25",
"postgresPort": 5432,
"postgresDatabase": "ocsentinel",
"postgresSslMode": "require",
"n8nInternalBaseUrl": "http://n8n.internal:5678",
"notes": "This file is for the internal ingest or n8n side only. Do not deploy this file to endpoint clients."
}