updates config for server
This commit is contained in:
parent
32c0dbd85a
commit
8a391a7ad1
@ -5,7 +5,8 @@ config :bump, Bump.Repo,
|
|||||||
username: "postgres",
|
username: "postgres",
|
||||||
password: "postgres",
|
password: "postgres",
|
||||||
database: "bump_dev",
|
database: "bump_dev",
|
||||||
hostname: "tower.local",
|
hostname: "database",
|
||||||
|
port: 5555,
|
||||||
show_sensitive_data_on_connection_error: true,
|
show_sensitive_data_on_connection_error: true,
|
||||||
pool_size: 10
|
pool_size: 10
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@ config :bump, Bump.Repo,
|
|||||||
username: "postgres",
|
username: "postgres",
|
||||||
password: "postgres",
|
password: "postgres",
|
||||||
database: "bump_test#{System.get_env("MIX_TEST_PARTITION")}",
|
database: "bump_test#{System.get_env("MIX_TEST_PARTITION")}",
|
||||||
hostname: "tower.local",
|
hostname: "database",
|
||||||
|
port: 5555,
|
||||||
pool: Ecto.Adapters.SQL.Sandbox,
|
pool: Ecto.Adapters.SQL.Sandbox,
|
||||||
pool_size: 10
|
pool_size: 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user