aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j2 b/roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j2
index b28a94b..6ba17c6 100644
--- a/roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j2
+++ b/roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j2
@@ -7,7 +7,7 @@ WEB_DOMAIN={{ mastodon_web_domain }}
DEFAULT_LOCALE={{ mastodon_default_locale }}
-DISALLOW_UNAUTHENTICATED_API_ACCESS={{ mastodon_disallow_unauthenciated_api_access | bool | to_json }}
+DISALLOW_UNAUTHENTICATED_API_ACCESS={{ mastodon_disallow_unauthenticated_api_access | bool | to_json }}
# Redis
# -----