X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fconfig.exs;h=64e33c82f90c5e4ef5df95e97d481002226a370c;hb=157bceeda9124cea7ba69eaf6639ca52b3fac7c6;hp=b60ffef7dc9c7ad8a3690caf0fd7896d48b75613;hpb=0d24ab04c5ea779432b4ea174a1d470dac87315d;p=akkoma diff --git a/config/config.exs b/config/config.exs index b60ffef7d..64e33c82f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -617,6 +617,8 @@ config :pleroma, :web_cache_ttl, activity_pub: nil, activity_pub_question: 30_000 +config :pleroma, :modules, runtime_dir: "instance/modules" + config :swarm, node_blacklist: [~r/myhtml_.*$/] # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above.