Skip to content

Commit

Permalink
changed db host for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Jun 17, 2024
1 parent 05aea31 commit 2816386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/test_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import (
var TestDB database

func InitTestDB() {
// rdsHost := "172.17.0.1"
rdsHost := "127.0.0.1"
rdsHost := "172.17.0.1"
rdsPort := fmt.Sprintf("%d", 5532)
rdsDbName := "test_db"
rdsUsername := "test_user"
Expand Down

0 comments on commit 2816386

Please sign in to comment.