removed leaked password
This commit is contained in:
parent
e39d4c3a13
commit
09c2d07e54
@ -32,8 +32,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestDB(t *testing.T) {
|
func TestDB(t *testing.T) {
|
||||||
InitMysqlDatabase(TestDatabase, "192.168.178.2", 3306, "root", "6MvtRA4iZJtbenR537otFnoHpzt9vYN7", "users")
|
InitMysqlDatabase(TestDatabase, "ip", 3306, "username", "password", "database")
|
||||||
//InitMysqlDatabase(TestDatabase, "ip", 3306, "username", "password", "database")
|
|
||||||
defer TestDatabase.Close()
|
defer TestDatabase.Close()
|
||||||
|
|
||||||
pw := sha512.Sum512([]byte("weiter"))
|
pw := sha512.Sum512([]byte("weiter"))
|
||||||
|
Loading…
Reference in New Issue
Block a user