Streams Fixes (#69)

* Add debugging to streams

* More logging

* Fix streams handler
This commit is contained in:
ben-toogood
2021-02-09 15:11:23 +00:00
committed by GitHub
parent 6e49584049
commit d746590fee
12 changed files with 40 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/micro/micro/v3/service/logger"
)
var dbAddress = "postgresql://postgres@localhost:5432/places?sslmode=disable"
var dbAddress = "postgresql://postgres:postgres@localhost:5432/places?sslmode=disable"
func main() {
// Create service