Desktop App - Environment Variables

Is it possible to set environment variables for the desktop app?

Hey @go4cas,

You can indeed, The desktop app uses the same env options as Docker and NPM.

To find the env file you will need to go to the hidden directory in your users home folder. ~/.n8n/n8n-desktop.env file (MacOS) and C:\Users\<username>\.n8n\n8n-desktop.env for Windows (making sure is replaced with your username)

Brilliant! Thanks, @Jon!

1 Like