Add [:instances_favicons, :enabled] setting, defaults to false
[akkoma] / config / config.exs
index 458d3a99ab0b90cd66e18bcf6d9fca5e65708eb8..3577cd10104de71b3a73c85c4057de37b5e34b93 100644 (file)
@@ -706,6 +706,8 @@ config :tzdata, :http_client, Pleroma.HTTP.Tzdata
 
 config :ex_aws, http_client: Pleroma.HTTP.ExAws
 
+config :pleroma, :instances_favicons, enabled: false
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"