From 99c4f4dd7b57075ee30bec05a38e62ac1533a7dd Mon Sep 17 00:00:00 2001 From: ajubin Date: Wed, 15 Nov 2023 11:17:00 +0000 Subject: [PATCH] fix(app.json): change ssl env var on latest n8n (v1.15.2), we should use this variable see: https://github.com/n8n-io/n8n/issues/7413#issuecomment-1759589578 --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 80b3924..041b557 100644 --- a/app.json +++ b/app.json @@ -24,9 +24,9 @@ "description": "Replace with your Heroku application name. This will ensure the correct webhook URLs are being shown in n8n.", "value": "https://.herokuapp.com" }, - "PGSSLMODE": { + "DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED": { "description": "SSL is required to connect to Postgres on Heroku", - "value": "no-verify" + "value": false } }, "formation": {