Skip to content

Commit 6aab2c8

Browse files
btkostnerdoomspork
authored andcommitted
chore: update test postgres configuration
1 parent ae31578 commit 6aab2c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/test.exs

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ import Config
33
config :ex_machina, preserve_dates: true
44

55
config :ex_machina, ExMachina.TestRepo,
6-
hostname: "localhost",
7-
database: "ex_machina_test",
86
pool: Ecto.Adapters.SQL.Sandbox,
9-
username: "postgres"
7+
hostname: "localhost",
8+
port: "5432"
9+
username: "postgres",
10+
password: "postgres",
11+
database: "ex_machina_test"
1012

1113
config :logger, level: :warning

0 commit comments

Comments
 (0)