Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -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
Expand Down