X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=82d62004cf5ee823f2cc46ddd892be7b20bd7ebb;hb=1a6e30d32ef17e5791de404e5cebb37844264dcb;hp=4624bded2a8829592fe5c88eac2c12639ab3805a;hpb=6cb31edd76fd42a0e33bc365d982cd02e3578d6c;p=akkoma diff --git a/config/config.exs b/config/config.exs index 4624bded2..82d62004c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -618,6 +618,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.