From e2cec850e2cd9b59f911e9f19ecb2b1e304539aa Mon Sep 17 00:00:00 2001 From: driesvj <48828291+driesvj@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:56:06 +0200 Subject: [PATCH] Update .env --- .env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 62a34ac1..4d4823ec 100644 --- a/.env +++ b/.env @@ -1,11 +1,11 @@ PORT=5678 -N8N_ENCRYPTION_KEY=IMPORTANT -VUE_APP_URL_BASE_API=https://n8n.example.com/ -WEBHOOK_URL=https://app.readyformars.org/ -TUNNEL_WEBHOOK_URL=https://api.readyformars.org/ +//N8N_ENCRYPTION_KEY=IMPORTANT +VUE_APP_URL_BASE_API=https://testn8n.onrender.com +WEBHOOK_URL=https://testn8n.onrender.com +TUNNEL_WEBHOOK_URL=https://testn8n.onrender.com GENERIC_TIMEZONE=America/Sao_Paulo -TZ=America/Sao_Paulo -N8N_LOG_LEVEL=verbose +TZ=Africa/Johannesburg +N8N_LOG_LEVEL=error DB_TYPE=postgresdb DB_POSTGRESDB_DATABASE=$POSTGRES_DATABASE DB_POSTGRESDB_HOST=$POSTGRES_HOST