use Mix.Config # Configure your database config :explorer, Explorer.Repo, adapter: Ecto.Adapters.Postgres, database: "explorer_dev", hostname: "localhost", username: "postgres", password: "", loggers: [], pool_size: 20, pool_timeout: 60_000, timeout: 80_000