Skip to content

Commit 8b583df

Browse files
committed
ci config update
1 parent 12ff90f commit 8b583df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ const (
1818
Label = "OAEP Encrypted"
1919
PublicKey = "PUBLIC KEY"
2020
PrivateKey = "PRIVATE KEY"
21-
DbConfig = "root:root@tcp(127.0.0.1:3306)/goauth?charset=utf8&parseTime=True&loc=Local"
21+
DbConfig = "root:@tcp(127.0.0.1:3306)/goauth?charset=utf8&parseTime=True&loc=Local"
2222
)

0 commit comments

Comments
 (0)