Report this

What is the reason for this report?

Mastodon droplet: where to find .env.production configuration file?

Posted on December 27, 2021

I need to change my SMTP configuration, and all tutorials point to said .env.production file somewhere in Mastodon folder, but I simply can not find it.

All the best, Vedran



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.

I was reffering to this article - https://docs.joinmastodon.org/admin/config/ - where that .env.production “dotenv” file is mentioned

Hi there,

Mastodon is installed under /home/mastodon/live. To browse or change the files, login to the mastodon system user with:

sudo su - mastodon

Once you’ve switched to the mastodon user, you can access the live directory with:

cd /home/mastodon/live

And once in there, you will see the .env.production file.

Hope that this helps. Regards, Bobby

To edit the production config file perform the following steps.

# Login as the mastodon user
sudo su - mastodon
# Navigate to live folder
cd live
# Edit the production env config file
nano .env.production

The reason why you can’t “find” the file is because dot-files (files starting with a .) are by default hidden.

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.