Closed queengooborg closed 5 days ago
This PR fixes a slight issue in the .env.example file. The database host was set as localhost, but due to the fact that the project is running in a Docker container, the host needed to be specified as the service name instead (pgsql).
.env.example
localhost
pgsql
This PR fixes a slight issue in the
.env.example
file. The database host was set aslocalhost
, but due to the fact that the project is running in a Docker container, the host needed to be specified as the service name instead (pgsql
).