Skip to content

Commit fdc0eb6

Browse files
hashrocketeervnegrisoloGabriel Reis
committed
Disable ssh cert verification
Co-authored-by: Vinicius Negrisolo <[email protected]> Co-authored-by: Gabriel Reis <[email protected]>
1 parent bc0a79f commit fdc0eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/runtime.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if config_env() == :prod do
3232

3333
config :tilex, Tilex.Repo,
3434
ssl: true,
35+
ssl_opts: [verify: :verify_none],
3536
url: database_url,
3637
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
3738
socket_options: maybe_ipv6

0 commit comments

Comments
 (0)