aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-29 13:04:29 +0200
committerlain <lain@soykaf.club>2020-07-29 13:04:29 +0200
commite2f82968e87de20502ed46ad0f0392ae04f89819 (patch)
tree91b153a7697a51468f942e1e84759fcea7a2b7af
parent66974e17a06bc26d7ea0be26bdd77f82b80afdaa (diff)
downloadpleroma-e2f82968e87de20502ed46ad0f0392ae04f89819.tar.gz
Config: Update frontend config example
-rw-r--r--config/config.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 48fe7c669..d9c7969bc 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -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,