Skip to content

Commit

Permalink
N8N_DIAGNOSTICS_ENABLED=false
Browse files Browse the repository at this point in the history
  • Loading branch information
nosovk authored Dec 12, 2021
1 parent f0a6cc8 commit 9dfafa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ else
echo "no config vars found"
fi

# disable diagnostics
export N8N_DIAGNOSTICS_ENABLED=false

# prefix variables to avoid conflicts and run parse url function on arg url
PREFIX="N8N_DB_" parse_url "$ARG_URL"

Expand Down

0 comments on commit 9dfafa6

Please sign in to comment.