X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fconfig.exs;h=232a91bf132c8063f8f0f730121bb68eade6ad6f;hb=b87b798ca1660224a3192c32b035c19b18e11587;hp=f0dab24b5d1a10d3198bcb98b495eae00c4c48a9;hpb=b2eb1124d115beda0907121c3c6f10783b34f352;p=akkoma diff --git a/config/config.exs b/config/config.exs index f0dab24b5..232a91bf1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -170,7 +170,7 @@ config :mime, :types, %{ "application/ld+json" => ["activity+json"] } -config :tesla, adapter: Tesla.Adapter.Hackney +config :tesla, adapter: Tesla.Adapter.Gun # Configures http settings, upstream proxy etc. config :pleroma, :http, proxy_url: nil, @@ -482,10 +482,6 @@ config :pleroma, :workers, federator_outgoing: 5 ] -config :pleroma, :fetch_initial_posts, - enabled: false, - pages: 5 - config :auto_linker, opts: [ extra: true, @@ -649,6 +645,11 @@ config :pleroma, :hackney_pools, timeout: 300_000 ] +config :pleroma, :restrict_unauthenticated, + timelines: %{local: false, federated: false}, + profiles: %{local: false, remote: false}, + activities: %{local: false, remote: 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"