Remove lotus
Unstable - and it messes with the repo connection, creating other errors.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user