X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=0a8f1465c9c6937f274ed1e16639ef0662e561e0;hb=66de2b159b2e03fcac7fece01d39e1238e02dbf7;hp=d41abf09099447de593135de309f35840fb9038d;hpb=8b4d81609d5627d62b826bcd3e87290cb513495f;p=akkoma diff --git a/config/config.exs b/config/config.exs index d41abf090..0a8f1465c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -265,7 +265,6 @@ config :pleroma, :instance, remote_post_retention_days: 90, skip_thread_containment: true, limit_to_local_content: :unauthenticated, - dynamic_configuration: false, user_bio_length: 5000, user_name_length: 100, max_account_fields: 10, @@ -619,6 +618,8 @@ config :pleroma, :web_cache_ttl, config :pleroma, :modules, runtime_dir: "instance/modules" +config :pleroma, configurable_from_database: false + 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.