add drone ci
This commit is contained in:
@ -10,7 +10,7 @@ config :bcrypt_elixir, :log_rounds, 1
|
||||
# Run `mix help test` for more information.
|
||||
config :cannery, Cannery.Repo,
|
||||
url:
|
||||
System.get_env("DATABASE_URL") ||
|
||||
System.get_env("TEST_DATABASE_URL") ||
|
||||
"ecto://postgres:postgres@localhost/cannery_test#{System.get_env("MIX_TEST_PARTITION")}",
|
||||
pool: Ecto.Adapters.SQL.Sandbox,
|
||||
pool_size: 10
|
||||
|
Reference in New Issue
Block a user