docker fix
This commit is contained in:
parent
0e60ad1a86
commit
5177e757fd
|
@ -6,7 +6,7 @@ config :poex, Poex.Repo,
|
||||||
password: "postgres",
|
password: "postgres",
|
||||||
hostname: System.get_env("PGHOST") || "localhost",
|
hostname: System.get_env("PGHOST") || "localhost",
|
||||||
database: "poex_dev",
|
database: "poex_dev",
|
||||||
port: System.get_env("PGPORT") |> String.to_integer() || 5432,
|
port: 5432,
|
||||||
stacktrace: true,
|
stacktrace: true,
|
||||||
show_sensitive_data_on_connection_error: true,
|
show_sensitive_data_on_connection_error: true,
|
||||||
pool_size: 10
|
pool_size: 10
|
||||||
|
|
Loading…
Reference in New Issue