mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-21 21:04:24 +01:00
Oopsie poopsie forgot my local URI
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user