Update circle.ci
This commit is contained in:
parent
972fc1d9bf
commit
b92af7ca6e
9 changed files with 128 additions and 127 deletions
|
|
@ -19,12 +19,12 @@ var PostgresConnectString = fmt.Sprintf("host=%s port=%d user=%s password=%s dbn
|
|||
|
||||
// MySQL test database connection parameters
|
||||
const (
|
||||
MySqLHost = "localhost"
|
||||
MySqLHost = "127.0.0.1"
|
||||
MySQLPort = 50902
|
||||
MySQLUser = "jet"
|
||||
MySQLPassword = "jet"
|
||||
|
||||
MariaDBHost = "localhost"
|
||||
MariaDBHost = "127.0.0.1"
|
||||
MariaDBPort = 50903
|
||||
MariaDBUser = "jet"
|
||||
MariaDBPassword = "jet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue