mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-27 03:21:08 +00:00
Use 127.0.0.1 instead of localhost.
This commit is contained in:
parent
66a59cd633
commit
b7b4270fca
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