Oopsie poopsie forgot my local URI

This commit is contained in:
Lucas Rouckhout
2023-02-04 15:52:08 +01:00
parent 1b6d50a1db
commit e2a819c747

View File

@@ -45,8 +45,7 @@ const (
)
func LndHubTestServiceInit(lndClientMock lnd.LightningClientWrapper) (svc *service.LndhubService, err error) {
//dbUri := "postgresql://user:password@localhost/lndhub?sslmode=disable"
dbUri := "postgresql://postgres:root@localhost:5432/lndhub?sslmode=disable"
dbUri := "postgresql://user:password@localhost/lndhub?sslmode=disable"
c := &service.Config{
DatabaseUri: dbUri,
JWTSecret: []byte("SECRET"),