Config: Update frontend config example

This commit is contained in:
lain 2020-07-29 13:04:29 +02:00
parent 66974e17a0
commit e2f82968e8
1 changed files with 3 additions and 1 deletions

View File

@ -653,7 +653,9 @@ config :pleroma, :static_fe, enabled: false
# With no frontend configuration, the bundled files from the `static` directory will
# be used.
#
# config :pleroma, :frontends, primary: %{"name" => "pleroma", "ref" => "develop"}
# config :pleroma, :frontends,
# primary: %{"name" => "pleroma", "ref" => "develop"},
# admin: %{"name" => "admin", "ref" => "stable"}
config :pleroma, :web_cache_ttl,
activity_pub: nil,