docker fix

This commit is contained in:
silentsilas 2024-08-31 13:53:19 -04:00
parent 0e60ad1a86
commit 5177e757fd
Signed by: silentsilas
GPG Key ID: 113DFB380F724A81
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ config :poex, Poex.Repo,
password: "postgres",
hostname: System.get_env("PGHOST") || "localhost",
database: "poex_dev",
port: System.get_env("PGPORT") |> String.to_integer() || 5432,
port: 5432,
stacktrace: true,
show_sensitive_data_on_connection_error: true,
pool_size: 10