Skip to content

Commit

Permalink
Revert "feat(postgres): add release setting for ssl (#404)"
Browse files Browse the repository at this point in the history
This reverts commit c8a039b.
  • Loading branch information
Betree committed Aug 30, 2023
1 parent 408f894 commit b90bd8c
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 @@ -73,8 +73,7 @@ config :db, DB.Repo,
hostname: load_secret.("db_hostname"),
username: load_secret.("db_username"),
password: load_secret.("db_password"),
database: load_secret.("db_name"),
ssl: load_bool.({"db_ssl", "false"})
database: load_secret.("db_name")

config :ex_aws,
access_key_id: [load_secret.("s3_access_key_id"), :instance_role],
Expand Down

0 comments on commit b90bd8c

Please sign in to comment.