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

@ -166,7 +166,8 @@ config :pleroma, Pleroma.Application,
background_migrators: false,
internal_fetch: false,
load_custom_modules: false,
max_restarts: 100
max_restarts: 100,
streamer_registry: false
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"