You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So passing NODE_ENV=production DEBUG=first,second,third as 'environement' parameter in ajenti-Vs configuration UI, won't work. It seems that it cuts out the second or first parameter.
When having multiple environement parameters to pass to a NodeJS-application it doesn't work.
I want to achieve something like this:
NODE_ENV=production DEBUG=first,second,third node.js
So passing
NODE_ENV=production DEBUG=first,second,third
as 'environement' parameter in ajenti-Vs configuration UI, won't work. It seems that it cuts out the second or first parameter.See here in the code
The text was updated successfully, but these errors were encountered: