Guest User

Untitled

a guest
Aug 10th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. config :app, MyApp.Repo,
  2. adapter: Ecto.Adapters.Postgres,
  3. username: "postgres",
  4. password: "postgres",
  5. database: "app_dev",
  6. hostname: "localhost",
  7. pool_size: 10,
  8. after_connect: {Postgrex, :query!, ["SET search_path TO new_prefix", []]}
Add Comment
Please, Sign In to add comment