Merge branch 'develop' into feature/custom-runtime-modules
[akkoma] / config / config.exs
index 4624bded2a8829592fe5c88eac2c12639ab3805a..82d62004cf5ee823f2cc46ddd892be7b20bd7ebb 100644 (file)
@@ -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.