diff --git a/config/config.exs b/config/config.exs index 80ea57ddd..5f7e53cf4 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1011,7 +1011,7 @@ config :pleroma, Pleroma.Search.QdrantSearch, vectors: %{size: 384, distance: "Cosine"} } -import_config "pl-fe.exs" +import_config "pl-overrides.exs" # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. diff --git a/config/pl-fe.exs b/config/pl-overrides.exs similarity index 98% rename from config/pl-fe.exs rename to config/pl-overrides.exs index 386634a02..6a5423197 100644 --- a/config/pl-fe.exs +++ b/config/pl-overrides.exs @@ -1,4 +1,4 @@ -# pl-fe default config overrides +# pl default config overrides # This file gets loaded after config.exs # and before prod.secret.exs import Config