Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Created August 29, 2016 06:09
Show Gist options
  • Save abadongutierrez/786cfc934aa068543ff32ff1d9d05227 to your computer and use it in GitHub Desktop.
Save abadongutierrez/786cfc934aa068543ff32ff1d9d05227 to your computer and use it in GitHub Desktop.
config :ecto_test, EctoTest.Repo,
adapter: Ecto.Adapters.Postgres,
database: "ecto_test",
username: "postgres",
password: "",
hostname: "localhost"
config :ecto_test, ecto_repos: [EctoTest.Repo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment