Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. use Mix.Config
  2. # ...
  3. config :ecto_101_migrations_schemas, Ecto101MigrationsSchemas.Repo,
  4. adapter: Ecto.Adapters.Postgres,
  5. database: "ecto_test",
  6. username: "postgres",
  7. password: "",
  8. hostname: "localhost"
  9.  
  10. config :ecto_101_migrations_schemas, ecto_repos: [Ecto101MigrationsSchemas.Repo]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement