Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. use Mix.Config
  2.  
  3. config :chatex, Chatex.Endpoint,
  4. secret_key_base: "7b7a5051c07eb5d944ca5c7c2542a0a715e3b8bbff7f876809525f9f3912a713"
  5.  
  6. config :chatex, Chatex.Repo,
  7. adapter: Ecto.Adapters.Postgres,
  8. username: "postgres",
  9. password: "postgres",
  10. database: "chatex_dev",
  11. pool_size: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement