diff --git a/service/gotosocial/container/config/config.yaml.template b/service/gotosocial/container/config/config.yaml.template index 8a28ee3..f4e403b 100644 --- a/service/gotosocial/container/config/config.yaml.template +++ b/service/gotosocial/container/config/config.yaml.template @@ -54,13 +54,6 @@ web-template-base-dir: "/opt/gotosocial/web/template/" # Directory from which gotosocial will attempt to serve static web assets (images, scripts). web-asset-base-dir: "/opt/gotosocial/web/assets/" -########################### -##### INSTANCE CONFIG ##### -########################### - -# Inject a Mastodon version into the version field that is included in /api/v1/instance. -instance-inject-mastodon-version: true - ########################### ##### ACCOUNTS CONFIG ##### ###########################