mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-05 22:58:49 +00:00
Use 127.0.0.1 instead of localhost.
This commit is contained in:
parent
0ce5a4d3a0
commit
6f79a34d0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ application:
|
|||
port: 8000
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
host: "localhost"
|
||||
host: "127.0.0.1"
|
||||
port: 5432
|
||||
username: "postgres"
|
||||
password: "password"
|
||||
|
|
Loading…
Reference in a new issue