Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into frontend-bundles...
[akkoma] / config / config.exs
index 4b91a58b746de9830726a80d8a8524e8a997852e..0c9685c4c76cec8e15c6e985419c5e639422ef2d 100644 (file)
@@ -655,7 +655,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,