8
config/test.exs
Normal file
8
config/test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
import Config
|
||||
|
||||
config :bds, BDS.Repo,
|
||||
database: Path.expand("../priv/data/bds_test.db", __DIR__),
|
||||
pool: Ecto.Adapters.SQL.Sandbox,
|
||||
pool_size: 5
|
||||
|
||||
config :logger, level: :warning
|
||||
Reference in New Issue
Block a user