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 /deps
/*.ez /*.ez
/doc /doc
/cover
# Nerves artifacts # Nerves artifacts
/_images /_images

View File

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