How to set up environment variables in Digital Ocean?

Viewed 3875

Earlier I used Heroku and setting environment variables was very easy.

heroku config:set my_variable="TEST"

Now , I have started using Digital Ocean and I can't figure out how to set it.My server is on Ubuntu.

1 Answers
Related