Blacklist myhtmlex nodes from swarm

This commit is contained in:
rinpatch 2019-10-29 01:16:22 +03:00
parent 05d111b622
commit 9434e151a9
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ config :pleroma, :web_cache_ttl,
activity_pub: nil,
activity_pub_question: 30_000
config :swarm, node_blacklist: [~r/myhtmlex_.*$/]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"