mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +00:00
Use 127.0.0.1 instead of localhost.
This commit is contained in:
parent
91ce771dae
commit
6478b7dba4
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