X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=9d441a7f5e5123ebb80af51eca4544dcd3116d23;hb=291d95dcc3cd85050421d2ab022e01a6d89c0f3d;hp=73a8b82a1fb622bc5a70a3e0862b7579c52147dc;hpb=135c19676994defd6de729a497af5fb1f9c7b0ad;p=akkoma diff --git a/config/test.exs b/config/test.exs index 73a8b82a1..9d441a7f5 100644 --- a/config/test.exs +++ b/config/test.exs @@ -43,7 +43,11 @@ config :pleroma, Pleroma.Repo, config :pbkdf2_elixir, rounds: 1 config :tesla, adapter: Tesla.Mock -config :pleroma, :rich_media, enabled: false + +config :pleroma, :rich_media, + enabled: false, + ignore_hosts: [], + ignore_tld: ["local", "localdomain", "lan"] config :web_push_encryption, :vapid_details, subject: "mailto:administrator@example.com",