The Paas I’m moving from allowed me to configure environment variables for each app.
I could then getenv(‘foo’) in PHP.
What are some strategies on how to do this in a droplet? I run multiple sites on one VPS.
Thanks
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.
See <a href=“http://httpd.apache.org/docs/2.2/mod/mod_env.html”>http://httpd.apache.org/docs/2.2/mod/mod_env.html</a>.