Skip to content

Commit

Permalink
Remove redundant postgres authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
zmrocze authored and brainrake committed May 16, 2024
1 parent 79cdce3 commit dcfb143
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/cardano-db-sync.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ in {
ensureDBOwnership = true;
}
];
authentication =
# type database DBuser auth-method optional_ident_map
''
local sameuser ${dbsync-cfg.postgres.database} peer
'';
};
warnings =
if (dbsync-cfg.postgres.database != dbsync-cfg.postgres.user)
Expand Down

0 comments on commit dcfb143

Please sign in to comment.