Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By kevinsteger
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