Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions conf/pg_hba.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ local test_smartdb rocky md5
# local replication all peer
# host replication all 127.0.0.1/32 ident
# host replication all ::1/128 ident

# "host" IPv4 & IPv6 connections - e.g. IDE localhost only DB diagnostics
# host storageadmin rocky 127.0.0.1/32 md5
# host smartdb rocky 127.0.0.1/32 md5
# host storageadmin rocky ::1/128 md5
# host smartdb rocky ::1/128 md5