X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=8f6fe00fbf64382b3bb898044153b88f0e280810;hb=2348b272e020bd22520a4306be5f2fdc8469cfd1;hp=3826dddff24bf89ceeb7626ad4fb3a0281a745b4;hpb=4649ba2d627ab1c42e9067d0af783ae05ac8ae11;p=akkoma diff --git a/config/config.exs b/config/config.exs index 3826dddff..8f6fe00fb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -30,7 +30,9 @@ config :mime, :types, %{ "application/xrd+xml" => ["xrd+xml"] } -config :pleroma, :websub_verifier, Pleroma.Web.Websub +config :pleroma, :websub, Pleroma.Web.Websub +config :pleroma, :ostatus, Pleroma.Web.OStatus +config :pleroma, :httpoison, HTTPoison # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above.