@ -51,8 +51,6 @@ config :phoenix, :stacktrace_depth, 20
# Configure your database
config :explorer, Explorer.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
database: "explorer_dev",
hostname: "localhost",
pool_size: 10
@ -12,8 +12,6 @@ config :logger, level: :warn
database: "explorer_test",
pool: Ecto.Adapters.SQL.Sandbox