Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. use Mix.Config
  2.  
  3. ... # Code removed for readability
  4.  
  5. # Configure your database
  6. config :catcasts, Catcasts.Repo,
  7. adapter: Ecto.Adapters.Postgres,
  8. username: "brianemory", # replace brianemory with your home directory name
  9. password: "",
  10. database: "catcasts_dev",
  11. hostname: "localhost",
  12. pool_size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement