mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-07 07:35:37 +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
|
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