11 lines
353 B
JSON
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."
|
|
}
|