nuttygeekOriginal post
Web Developer
I have deployed Appwrite to digital ocean and I want to SMTP Config to my Appwrite container, how can i change the environment, cant find any .env file there, cant even see any options for adding env variables on digital ocean platform.
Summary
You can change the environment variables on your deployed Appwrite container by SSHing into your server. The `.env` file is located in the folder `/root/appwrite/`. After updating the values, run `docker compose up -d` in the Appwrite folder to apply the changes.