Skip to content

Commit

Permalink
use new hbaConf option
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Jul 3, 2023
1 parent 99458bd commit 6742b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion process-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in
enable = true;
name = "${srvname}-db";
listen_addresses = "127.0.0.1";
pgHbaConf = [
hbaConf = [
# Equivalent to `POSTGRES_INITDB_ARGS = "--auth=scram-sha-256";`, sets the auth for all users
# connecting through unix sockets.
{ type = "local"; database = "all"; user = "all"; address = ""; method = "scram-sha-256"; }
Expand Down

0 comments on commit 6742b21

Please sign in to comment.