Update README.md to mention LOCAL_DOMAIN variable

We use LOCAL_DOMAIN now instead of ansible_nodename to set what (sub)-domain your Mastodon instance uses.
This commit is contained in:
Sadiq Saif 2018-08-23 23:33:50 -04:00 committed by GitHub
parent 6ccf4d365a
commit 52919dfe79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -14,11 +14,8 @@ An Ansible playbook to install Mastodon
sure this is not a database you are currently using**
- Copy roles/mastodon-config/templates/.env.production.sample to
roles/mastodon-config/templates/.env.production, edit with all
relevant details. (SMTP details are probably the only required one,
the others you can leave be)
- Make a hosts file that looks like this (**Make sure that the nodename
here is the domain/sub-domain you want for your Mastodon instance, we
use it as a variable**):
relevant details (LOCAL_DOMAIN value is mandatory, it is your instance domain/sub-domain.)
- Make a hosts file that looks like this:
```
[mastodon]