Track internal Postgres target in release process
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled

This commit is contained in:
OfficeCom Codex
2026-07-17 01:12:38 +02:00
parent fde24f2616
commit 05029c9fb2
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"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."
}