Skip to content

Commit

Permalink
chore: remove dbUri :P
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Apr 3, 2024
1 parent 6f0de7d commit 5542bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
func LndHubTestServiceInit(lndClientMock lnd.LightningClientWrapper) (svc *service.LndhubService, err error) {
dbUri, ok := os.LookupEnv("DATABASE_URI")
if !ok {
dbUri = "postgresql://im-adithya:password@localhost:5432/lndhub?sslmode=disable"
dbUri = "postgresql://user:password@localhost/lndhub?sslmode=disable"
}
dc := &service.Config{}
fmt.Println("dc.MaxSendAmount")
Expand Down

0 comments on commit 5542bde

Please sign in to comment.