Track internal Postgres target in release process
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
This commit is contained in:
10
infra/postgres-target.example.json
Normal file
10
infra/postgres-target.example.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user