remove more stuff

pull/363/head
Connor Rigby 2017-10-26 09:54:18 -07:00
parent ae79980dd7
commit 2390cf9a0c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/deps
/*.ez
/doc
/cover
# Nerves artifacts
/_images

View File

@ -38,7 +38,7 @@ config :farmbot, Farmbot.Repo.B,
config :farmbot, Farmbot.System.ConfigStorage,
adapter: Sqlite.Ecto2,
database: "farmbot_config_storage_test",
database: "test_tmp/farmbot_config_storage_test",
pool: Ecto.Adapters.SQL.Sandbox
config :farmbot, ecto_repos: [Farmbot.Repo.A, Farmbot.Repo.B, Farmbot.System.ConfigStorage]