Question
How to create environment variables?
I am new to DevOps and all this. I am using an Ubuntu server to host my node.js application. Previously it was hosted in heroku. In heroku there is a special area to store environment variables, but I don’t know how to store it here. I have tried creating a variable and then exporting, but it gets flushed as the server restarts. Please, someone, help me out!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×