postgresql.confの設定を変更しました。
#listen_addresses = 'localhost' ⇒ uncomment and change to '*'
#synchronous_commit = on ⇒ uncomment and change to 'off'
#wal_level = minimal ⇒ uncomment and change to 'replica'
max_wal_senders = 0 ⇒ change to '3'
#hot_standby = on ⇒ uncomment
pg_hba.confにレプリケーション用の設定を追記しました。