This commit is contained in:
Ed Chalstrey 2022-03-29 16:50:31 +01:00
parent 8227320b9d
commit ea76ad0288

View File

@ -158,7 +158,7 @@ Ensure the `en_US` locale exists.
sudo locale-gen en_US.UTF-8
```
Configure the database to listen on network connection.
Configure postgres to listen on network connection.
```bash
sudo sed -i "s/#\?listen_address.*/listen_addresses '*'/" /etc/postgresql/12/main/postgresql.conf