Recent content by mazinger

  1. M

    How to read Environment variables on virtual host in Nodejs app?

    Thanks for all the help, but I'm unable, I've been testing for I don't know how many hours and it doesn't work. I don't understand I give up :(
  2. M

    How to read Environment variables on virtual host in Nodejs app?

    Hi Cold-Egg, yes I configured the App with nodejs correctly, App run ok, but cannot access to environment variables, for example: In Environment have this variable: TESTVAR='Hello' In Node App: const testVar = process.env.TESTVAR console.log(TESTVAR). ->result undefined What's wrong? Thanks
  3. M

    How to read Environment variables on virtual host in Nodejs app?

    Hello everyone, how can I read an environment variable, (Virtual Host - External App) in a NodeJS application? I have tried process.env.TESTVAR but it is undefined Thank you!
Top