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