mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +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
|
port: 8000
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
database:
|
database:
|
||||||
host: "localhost"
|
host: "127.0.0.1"
|
||||||
port: 5432
|
port: 5432
|
||||||
username: "postgres"
|
username: "postgres"
|
||||||
password: "password"
|
password: "password"
|
||||||
|
|
Loading…
Reference in a new issue