multi tenant threads (#78)

* multitenant threads

* auth for v1
This commit is contained in:
Dominic Wong
2021-03-25 17:33:20 +00:00
committed by GitHub
parent c42aeaa0a9
commit 8e38c8b834
20 changed files with 149 additions and 76 deletions

View File

@@ -8,6 +8,8 @@ import (
"github.com/micro/micro/v3/service/logger"
"github.com/micro/services/groups/handler"
pb "github.com/micro/services/groups/proto"
_ "github.com/jackc/pgx/v4/stdlib"
)
var dbAddress = "postgresql://postgres:postgres@localhost:5432/groups?sslmode=disable"