Remove lotus

Unstable - and it messes with the repo connection, creating other
errors.
This commit is contained in:
Claudio Ortolina
2025-11-03 13:21:31 +00:00
parent ed99f6bda8
commit 11acec56b2
9 changed files with 0 additions and 53 deletions
-8
View File
@@ -101,14 +101,6 @@ config :sentry,
enable_source_code_context: true,
root_source_code_paths: [File.cwd!()]
config :lotus,
ecto_repo: MusicLibrary.Repo,
default_repo: "main",
data_repos: %{
"main" => MusicLibrary.Repo,
"background_jobs" => MusicLibrary.BackgroundRepo
}
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"