Mount data analysis via Lotus packages

This commit is contained in:
Claudio Ortolina
2025-10-22 16:33:07 +01:00
parent 9a22e92183
commit a30e1b32d7
8 changed files with 48 additions and 0 deletions
+8
View File
@@ -99,6 +99,14 @@ 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"