diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 03:08:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 03:08:24 +0200 |
commit | 1709dee0f1c1e0f5b2c755bb5fc81b39f3f4975a (patch) | |
tree | 6b490a1d5211161d2ca4fce2a75835ae7d07d8d9 /docs/Running-Mastodon | |
parent | 1c634ad21a0de83ddd8e9f4309fc05cc2613d3ef (diff) | |
parent | 665ec615e30274bc10307ba9e56d37e3f9836f03 (diff) |
Merge pull request #842 from Angristan/patch-2
Missing quotes
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index ff17f2136..9cfdfc607 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -132,7 +132,7 @@ Fill in the important data, like host/port of the redis database, host/port/user rake secret -To get a random string. If you are setting up on one single server (most likely), then REDIS_HOST is localhost and `DB_HOST` is `/var/run/postgresql`, `DB_USER` is `mastodon` and `DB_NAME` is `mastodon_production` while `DB_PASS` is empty because this setup will use the ident authentication method (system user "mastodon" maps to postgres user "mastodon"). +To get a random string. If you are setting up on one single server (most likely), then `REDIS_HOST` is localhost and `DB_HOST` is `/var/run/postgresql`, `DB_USER` is `mastodon` and `DB_NAME` is `mastodon_production` while `DB_PASS` is empty because this setup will use the ident authentication method (system user "mastodon" maps to postgres user "mastodon"). ## Setup |