mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Streams Fixes (#69)
* Add debugging to streams * More logging * Fix streams handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user