Skip to content

Commit

Permalink
Default the system password_encryption to scram-sha-256
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 22, 2024
1 parent fdec9f1 commit 14f2ade
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ func postgresqlOverrideConf() string {
# CONNECTIONS AND AUTHENTICATION
#------------------------------------------------------------------------------
# - TCP settings -
tcp_keepalives_count = 9
tcp_keepalives_idle = 3
tcp_keepalives_interval = 75
# - Authentication -
password_encryption = scram-sha-256
#------------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------
Expand Down

0 comments on commit 14f2ade

Please sign in to comment.