don't set primary just yet
[akkoma] / config / config.exs
index 6aa2d5cfa004f45a03110367b086b450ef86439f..cecbea9b3f306a5e1e3dbbbe551f32a65c946479 100644 (file)
@@ -701,7 +701,7 @@ config :pleroma, Pleroma.Web.Plugs.RemoteIp,
     "192.168.0.0/16"
   ]
 
-config :pleroma, :static_fe, enabled: true
+config :pleroma, :static_fe, enabled: false
 
 # Example of frontend configuration
 # This example will make us serve the primary frontend from the
@@ -718,10 +718,6 @@ config :pleroma, :static_fe, enabled: true
 # available: %{...}
 
 config :pleroma, :frontends,
-  primary: %{
-    "name" => "pleroma-fe",
-    "ref" => "develop"
-  },
   available: %{
     "pleroma-fe" => %{
       "name" => "pleroma-fe",