Guest User

Untitled

a guest
Nov 7th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Configure your database
  2. config :my_app, MyApp.Repo,
  3. adapter: Ecto.Adapters.MySQL,
  4. username: "root",
  5. password: "example",
  6. database: "my_app_dev",
  7. hostname: "database",
  8. pool_size: 10
Add Comment
Please, Sign In to add comment