Remove dupe

This commit is contained in:
Antonio J. Delgado 2022-11-22 14:24:43 +02:00
parent ce8d7a45fb
commit bdaa588cc3
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@ mastodon_web_domain: example.com
mastodon_alternate_domains: ''
mastodon_authorized_fetch: 'false'
mastodon_limited_federation: 'false'
mastodon_default_locale: 'en'
#Use HTTP only for Vagrant testing or for reverse proxy purposes.
use_http: true
ansible_python_interpreter: "/usr/bin/python2"

View file

@ -13,9 +13,9 @@ LIMITED_FEDERATION_MODE={{ mastodon_limited_federation }}
# redirect to the first profile
SINGLE_USER_MODE={{ single_user_mode }}
# federation options
LIMITED_FEDERATION_MODE={{ limited_federation_mode }}
DISALLOW_UNAUTHENTICATED_API_ACCESS={{ disabllow_unauthenticated_api_access }}
DEFAULT_LOCALE={{ mastodon_default_locale }}
# do not serve static files
RAILS_SERVE_STATIC_FILES=false