Current section

Files

Jump to
closure_table examples ct_ecto config dev.exs
Raw

examples/ct_ecto/config/dev.exs

use Mix.Config
config :ct, CT.Repo,
database: "ct_ecto_dev",
username: "postgres",
password: "postgres",
hostname: "localhost",
pool_size: 50
config :mix_test_watch,
clear: true