feat: add support for unix sockets
This commit is contained in:
parent
b2372f4d34
commit
99ebbe7e84
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ if config_env() == :prod do
|
||||||
# ssl: true,
|
# ssl: true,
|
||||||
url: database_url,
|
url: database_url,
|
||||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
|
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
|
||||||
|
socket_dir: System.get_env("DATABASE_SOCKET_DIR"),
|
||||||
socket_options: maybe_ipv6
|
socket_options: maybe_ipv6
|
||||||
|
|
||||||
# The secret key base is used to sign/encrypt cookies and other secrets.
|
# The secret key base is used to sign/encrypt cookies and other secrets.
|
||||||
|
|
Loading…
Reference in a new issue