Cannot set environment variables
-
Hello everyone,
I'd like to know what is the way to set custom env variables in this app.
I tried setting them in the /app/data/env and restarting the app, but that didn't seem to work. Specifically, I exported N8N_BLOCK_ENV_ACCESS_IN_NODE as false (that should be the default), but still no luck.
How could this be achieved? -
-
@girish Yes, at least I tried with N8N_LOG_LEVEL to change it to the debug level and that worked without any problem.
I'm testing the env updates the regular way, changing the /app/data/env (now /app/data/env.sh in today's app update) and restarting the app. Then, specifically for the N8N_BLOCK_ENV_ACCESS_IN_NODE flag, I'm testing in node fields that accept an expression, but still without access (please refer to the screenshot attached).
-