From 55c2f448d8028cd9eb7e20124e7da130633c67de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Garrido=20Tamarit?= <33375539+igarridot@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:24:38 +0100 Subject: [PATCH] Revert "Disable SSL database verficiation (#184)" (#185) This reverts commit 1cb8685bf8dc71d3b7554139bc6b58218bc71a4a. --- config/releases.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/releases.exs b/config/releases.exs index 1a0995c1..d5a4746c 100644 --- a/config/releases.exs +++ b/config/releases.exs @@ -17,8 +17,7 @@ config :postoffice, Postoffice.Repo, port: {:system, "DB_PORT", type: :integer, default: 5432}, pool_size: {:system, "DB_POOL_SIZE", type: :integer, default: 20}, queue_target: {:system, "DB_QUEUE_TARGET", type: :integer, default: 3000}, - show_sensitive_data_on_connection_error: false, - ssl_opts: [verify: :verify_none] + show_sensitive_data_on_connection_error: false config :sentry, dsn: {:system, "POSTOFFICE_SENTRY_DSN", default: ""},