From d304484b37c0e303132003939048932f96aa8bde Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Fri, 25 Aug 2023 21:19:13 -0400 Subject: mastodon: typo --- roles/mastodon/templates/opt/mastodon/mastodon/.env.production.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/mastodon/templates') 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 # ----- -- cgit