Skip to content

Commit

Permalink
Revert "Disable SSL database verficiation (#184)" (#185)
Browse files Browse the repository at this point in the history
This reverts commit 1cb8685.
  • Loading branch information
igarridot authored Feb 12, 2024
1 parent 1cb8685 commit 55c2f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""},
Expand Down

0 comments on commit 55c2f44

Please sign in to comment.