Travis doesn't like passwords

This commit is contained in:
Azareal 2017-10-31 01:27:38 +00:00
parent 9ad66ac882
commit ca83771eb4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func init() {
// MySQL Test Database details // MySQL Test Database details
dbConfig.TestHost = "localhost" dbConfig.TestHost = "localhost"
dbConfig.TestUsername = "root" dbConfig.TestUsername = "root"
dbConfig.TestPassword = "password" dbConfig.TestPassword = ""
dbConfig.TestDbname = "gosora_test" // The name of the test database, leave blank to disable. DON'T USE YOUR PRODUCTION DATABASE FOR THIS. LEAVE BLANK IF YOU DON'T KNOW WHAT THIS MEANS. dbConfig.TestDbname = "gosora_test" // The name of the test database, leave blank to disable. DON'T USE YOUR PRODUCTION DATABASE FOR THIS. LEAVE BLANK IF YOU DON'T KNOW WHAT THIS MEANS.
dbConfig.TestPort = "3306" dbConfig.TestPort = "3306"