Config: Update frontend config example
authorlain <lain@soykaf.club>
Wed, 29 Jul 2020 11:04:29 +0000 (13:04 +0200)
committerlain <lain@soykaf.club>
Wed, 29 Jul 2020 11:04:29 +0000 (13:04 +0200)
config/config.exs

index 48fe7c669b75da802ee30806de561227e166fb70..d9c7969bc3aad6780f84f50b1765d8b2c0ceed30 100644 (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,