Skip to content

Commit

Permalink
rename config overrides file
Browse files Browse the repository at this point in the history
Signed-off-by: mkljczk <[email protected]>
  • Loading branch information
mkljczk committed Jan 8, 2025
1 parent 0f256e4 commit 675c3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/pl-fe.exs → config/pl-overrides.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 675c3ed

Please sign in to comment.