diff options
author | lain <lain@soykaf.club> | 2020-08-04 14:07:10 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-04 14:07:10 +0200 |
commit | 988ca4ab6a0d299308d96e84aa45ef63341128bf (patch) | |
tree | 35d82d56ec641e341c3858e154aed36da34403f2 /config/test.exs | |
parent | 953f71bcfa25569d8b92d4047f4bdbee97e0077c (diff) | |
download | pleroma-988ca4ab6a0d299308d96e84aa45ef63341128bf.tar.gz |
Test Config: Don't have any MRFs by default
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index db0655e73..413c7f0b9 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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 |