forked from AkkomaGang/akkoma
Blacklist myhtmlex nodes from swarm
This commit is contained in:
parent
05d111b622
commit
9434e151a9
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue