Skip to content

Commit

Permalink
refactor:add comment in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Jan 24, 2024
1 parent bef7503 commit 3f50118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo-sql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func main() {

Database, err = NewConnection(ConnectionDetails{
host: "postgresDb",
// host: "localhost" when using natively
//host: "echo-sql-postgres-1",
port: "5432",
user: "postgres",
Expand Down

0 comments on commit 3f50118

Please sign in to comment.