about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorJeremy Kescher <jeremy@kescher.at>2022-11-01 08:38:05 +0000
committerGitHub <noreply@github.com>2022-11-01 09:38:05 +0100
commit41885c871560bdd3a5f1886e5269c24e2686a5ec (patch)
treecf5e19f66987b664c74e3e697c0c361fd56ddee7 /.env.production.sample
parent968f34300681d8082cf2f824722a3945fc604b2d (diff)
Remove/update old "tootsuite" references, except those needed for Docker (#1860)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample
index ad058b2b7..08247c19f 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -17,7 +17,7 @@
 LOCAL_DOMAIN=example.com
 
 # Use this only if you need to run mastodon on a different domain than the one used for federation.
-# You can read more about this option on https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Serving_a_different_domain.md
+# You can read more about this option on https://docs.joinmastodon.org/admin/config/#web-domain
 # DO *NOT* USE THIS UNLESS YOU KNOW *EXACTLY* WHAT YOU ARE DOING.
 # WEB_DOMAIN=mastodon.example.com
 
@@ -247,7 +247,7 @@ SMTP_FROM_ADDRESS=notifications@example.com
 # ---------------
 # Various ways to customize Mastodon's behavior
 # ---------------
- 
+
 # Maximum allowed character count
 MAX_TOOT_CHARS=500