chore: refactor

This commit is contained in:
im-adithya
2023-12-07 14:29:18 +05:30
parent e681e69fa2
commit d3208f2bb1
25 changed files with 41 additions and 77 deletions

View File

@@ -45,7 +45,7 @@ const (
)
func LndHubTestServiceInit(lndClientMock lnd.LightningClientWrapper) (svc *service.LndhubService, err error) {
dbUri := "postgresql://user:password@localhost/lndhub?sslmode=disable"
dbUri := "postgresql://im-adithya:password@localhost:5432/lndhub?sslmode=disable"
c := &service.Config{
DatabaseUri: dbUri,
DatabaseMaxConns: 1,