-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32fe046
commit 57257e3
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
local all all trust | ||
host all postgres 127.0.0.1/32 trust | ||
host all postgrejs_test 127.0.0.1/32 trust | ||
host all postgrejs_test_md5 127.0.0.1/32 md5 | ||
host all postgrejs_test_scram 127.0.0.1/32 scram-sha-256 | ||
# TYPE DATABASE USER ADDRESS METHOD | ||
local all all trust | ||
|
||
# IPv4 local connections: | ||
host all postgres 127.0.0.1/32 trust | ||
host all postgrejs_test 127.0.0.1/32 trust | ||
host all postgrejs_test_md5 127.0.0.1/32 md5 | ||
host all postgrejs_test_scram 127.0.0.1/32 scram-sha-256 | ||
|
||
# IPv6 local connections: | ||
host all postgres ::1/128 trust |