pleroma/config/soapbox.exs

11 lines
331 B
Elixir
Raw Normal View History

# Soapbox default config overrides
# This file gets loaded after config.exs
# and before prod.secret.exs
use Mix.Config
# Twitter-like block behavior
config :pleroma, :activitypub, blockers_visible: false
2021-05-07 17:02:26 -07:00
# Set Soapbox FE as the default frontend
config :pleroma, :frontends, primary: %{"name" => "soapbox-fe", "ref" => "vendor"}