Browse Source

Test Config: Don't have any MRFs by default

note-update
lain 3 years ago
parent
commit
988ca4ab6a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config/test.exs

+ 2
- 0
config/test.exs View File

@@ -120,6 +120,8 @@ config :pleroma, Pleroma.Uploaders.S3,

config :tzdata, :autoupdate, :disabled

config :pleroma, :mrf, policies: []

if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else


Loading…
Cancel
Save