Guest User

Untitled

a guest
Aug 28th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. use Mix.Config
  2.  
  3. config :todolist, TodoList.Repo, [
  4. adapter: Ecto.Adapters.Postgres,
  5. database: "todolist_#{Mix.env}",
  6. username: "postgres",
  7. password: "",
  8. hostname: "localhost",
  9. ]
Add Comment
Please, Sign In to add comment