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