소스 검색

added pg conf

bach 3 년 전
부모
커밋
bb82c22861
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -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