Skip to content

Commit

Permalink
Changed "some-host" to "localhost" in example/config.docker (hyperled…
Browse files Browse the repository at this point in the history
…ger-iroha#4281)

Changed "some-host" to "localhost" in example/config.docker, because it is making much harder to start for beginner users

Signed-off-by: Grzegorz Bazior (Yodiss PSA) <g.bazior@yodiss.pl>
Co-authored-by: Grzegorz Bazior (Yodiss PSA) <g.bazior@yodiss.pl>
  • Loading branch information
baziorek and Grzegorz Bazior (Yodiss PSA) authored Feb 14, 2024
1 parent 88de1c6 commit 8586246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/config.docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"internal_port" : 10001,
"database": {
"type": "postgres",
"host": "some-postgres",
"host": "localhost",
"port": 5432,
"user": "postgres",
"password": "mysecretpassword",
Expand Down

0 comments on commit 8586246

Please sign in to comment.