Use config to control streamer registry
This commit is contained in:
parent
4bb57d4f25
commit
17877f612e
4 changed files with 20 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue