We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff90f commit 8b583dfCopy full SHA for 8b583df
util/const.go
@@ -18,5 +18,5 @@ const (
18
Label = "OAEP Encrypted"
19
PublicKey = "PUBLIC KEY"
20
PrivateKey = "PRIVATE KEY"
21
- DbConfig = "root:root@tcp(127.0.0.1:3306)/goauth?charset=utf8&parseTime=True&loc=Local"
+ DbConfig = "root:@tcp(127.0.0.1:3306)/goauth?charset=utf8&parseTime=True&loc=Local"
22
)
0 commit comments