Move ErrorTracker to its own repo and file
Note that the SQlite adapter supports version 2 onwards.
This commit is contained in:
@@ -11,6 +11,11 @@ config :music_library, MusicLibrary.Repo,
|
||||
pool_size: 32,
|
||||
pool: Ecto.Adapters.SQL.Sandbox
|
||||
|
||||
config :music_library, MusicLibrary.ErrorRepo,
|
||||
database: Path.expand("../data/music_library_errors_test.db", __DIR__),
|
||||
pool_size: 32,
|
||||
pool: Ecto.Adapters.SQL.Sandbox
|
||||
|
||||
# We don't run a server during test. If one is required,
|
||||
# you can enable the server option below.
|
||||
config :music_library, MusicLibraryWeb.Endpoint,
|
||||
|
||||
Reference in New Issue
Block a user