ソースを参照

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