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.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hello, if you are referring to the App Platform service of DigitalOcean, then we request you to refer to below link, which explains about the Environment variables:
https://www.digitalocean.com/docs/app-platform/how-to/use-environment-variables/
Cheers, Sri Charan
Hi @nemo011,
There are a few ways to load them up.
Environment variables can be access by the object process.env.NameOfVariable.
Having said that, I’ll recommend checking out the following tutorial as it will help you better understand how to call and actually work with variables in nodejs - Tutorial
Regards, KDSys