aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-08-25 21:19:13 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-08-25 21:19:13 -0400
commitd304484b37c0e303132003939048932f96aa8bde (patch)
tree316d46895654699d65695b6eefb1f3308dd65396
parentc16160b3d4f3a5933bfa6b333c9af768b4560ed4 (diff)
downloadselfhosted-d304484b37c0e303132003939048932f96aa8bde.tar.gz
selfhosted-d304484b37c0e303132003939048932f96aa8bde.zip
mastodon: typo
-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
# -----