Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. config :ecto_test, EctoTest.Repo,
  2. adapter: Ecto.Adapters.Postgres,
  3. database: "ecto_test",
  4. username: "postgres",
  5. password: "",
  6. hostname: "localhost"
  7.  
  8. config :ecto_test, ecto_repos: [EctoTest.Repo]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement