projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953f71b
)
Test Config: Don't have any MRFs by default
author
lain
<lain@soykaf.club>
Tue, 4 Aug 2020 12:07:10 +0000
(14:07 +0200)
committer
lain
<lain@soykaf.club>
Tue, 4 Aug 2020 12:07:10 +0000
(14:07 +0200)
config/test.exs
patch
|
blob
|
history
diff --git
a/config/test.exs
b/config/test.exs
index db0655e7377bdcb07f11b840e917b30a4844cd47..413c7f0b91ab2f81937d13c0a0a3b6c6d185aff8 100644
(file)
--- 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