delete user in devops

This commit is contained in:
runzexia
2019-05-06 15:48:04 +08:00
committed by zryfish
parent 7748ad8f3c
commit 21c2e4920f
4 changed files with 54 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ var (
)
func init() {
flag.StringVar(&dsn, "devops-database-connection", "root@tcp(127.0.0.1:3306)/devops", "data source name")
flag.StringVar(&dsn, "devops-database-connection", "root:password@tcp(openpitrix-db.openpitrix-system.svc:3306)/devops", "data source name")
}
var defaultEventReceiver = db.EventReceiver{}