fix(config): enable ipv6 for fly databases
Signed-off-by: Amogh Lele <amogh@dyte.io>
This commit is contained in:
parent
82e4d19e6c
commit
bf50e4264d
@ -12,12 +12,12 @@ database_url =
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
config :ketbin, Ketbin.Repo,
|
config :ketbin, Ketbin.Repo,
|
||||||
ssl: true,
|
ssl: false,
|
||||||
verify: :verify_peer,
|
# verify: :verify_peer,
|
||||||
|
socket_options: [:inet6],
|
||||||
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")
|
||||||
cacertfile: "priv/cert.pem"
|
# cacertfile: "priv/cert.pem"
|
||||||
PGPASSWORD=b7gjdl5bwx8e5gf5 pg_dump -U doadmin -W -F p postgres -h db-katbin-do-user-3351914-0.b.db.ondigitalocean.com -p 25060 > katbin.sql
|
|
||||||
secret_key_base =
|
secret_key_base =
|
||||||
System.get_env("SECRET_KEY_BASE") ||
|
System.get_env("SECRET_KEY_BASE") ||
|
||||||
raise """
|
raise """
|
||||||
|
Loading…
Reference in New Issue
Block a user