added pg conf

This commit is contained in:
2021-04-27 22:30:00 +02:00
parent e58b74c224
commit bb82c22861
+1 -1
View File
@@ -22,7 +22,7 @@ then edit ```/etc/postgresql/11/main/postgresql.conf```
listen_addresses = '*'
```
and /etc/postgresql/11/main/pg_hba.conf
and ```/etc/postgresql/11/main/pg_hba.conf```
```
# TYPE DATABASE USER ADDRESS METHOD
host all all 127.0.0.1/32 trust