Skip to content

Commit

Permalink
Set ssl: true to Sanbase.Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff committed Oct 15, 2024
1 parent 40ed6b4 commit 599a5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ config :sanbase, Sanbase.Repo,
timeout: 30_000,
# because of pgbouncer
prepare: :unnamed,
ssl: true,
ssl_opts: [verify: :verify_none],
migration_timestamps: [type: :naive_datetime_usec]

config :sanbase, Sanbase.Accounts.Hmac, secret_key: {:system, "APIKEY_HMAC_SECRET_KEY", nil}
Expand Down

0 comments on commit 599a5b7

Please sign in to comment.