Commit c78fc7b
authored
Update PostgreSQL host configuration
Change PostgreSQL host from 'localhost' to '127.0.0.1'.
Postgres accept localhost only for socket connections,
Only 127.0.01 can be configured for `md5` or `Ident` connections
Signed-off-by: arhimede <[email protected]>1 parent e480055 commit c78fc7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments