2021-04-29 12:14:41 -07:00
|
|
|
# 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"}
|