Use config to control streamer registry

This commit is contained in:
Mark Felder 2024-01-20 18:51:20 -05:00
commit 17877f612e
4 changed files with 20 additions and 15 deletions

View file

@ -80,7 +80,8 @@ IO.puts("RUM enabled: #{rum_enabled}")
config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
config :pleroma, Pleroma.Application,
background_migrators: false
background_migrators: false,
streamer_registry: false
if File.exists?("./config/benchmark.secret.exs") do
import_config "benchmark.secret.exs"