24 lines
355 B
JSON
24 lines
355 B
JSON
{
|
|
"mysql": {
|
|
"driver": "mysql",
|
|
"conn": {
|
|
"host": "localhost",
|
|
"user": "root",
|
|
"password": "",
|
|
"database": "test"
|
|
}
|
|
},
|
|
"mysql2": {
|
|
"driver": "mysql",
|
|
"conn": {
|
|
"host": "localhost",
|
|
"user": "root",
|
|
"password": "",
|
|
"database": "test"
|
|
}
|
|
},
|
|
"pg": {
|
|
"driver": "pg",
|
|
"conn": "postgres://postgres@localhost/test"
|
|
}
|
|
} |