2014-10-27 16:07:07 -04:00
|
|
|
{
|
|
|
|
"mysql": {
|
|
|
|
"driver": "mysql",
|
2016-03-11 10:41:04 -05:00
|
|
|
"connection": {
|
2014-10-27 16:07:07 -04:00
|
|
|
"host": "localhost",
|
|
|
|
"user": "root",
|
|
|
|
"password": "",
|
|
|
|
"database": "test"
|
|
|
|
}
|
|
|
|
},
|
2016-03-11 10:41:04 -05:00
|
|
|
"pg": {
|
|
|
|
"driver": "pg",
|
2016-03-11 11:02:06 -05:00
|
|
|
"connection": "postgres://postgres@localhost/test"
|
2016-03-11 10:41:04 -05:00
|
|
|
},
|
|
|
|
"pg-object": {
|
|
|
|
"driver": "pg",
|
|
|
|
"connection": {
|
2016-03-14 14:37:46 -04:00
|
|
|
"password": "",
|
2014-10-27 16:07:07 -04:00
|
|
|
"database": "test"
|
|
|
|
}
|
|
|
|
},
|
2014-10-31 11:57:44 -04:00
|
|
|
"dblite": {
|
|
|
|
"driver": "sqlite",
|
2016-03-11 11:02:06 -05:00
|
|
|
"connection": ":memory:"
|
2014-10-27 16:07:07 -04:00
|
|
|
}
|
|
|
|
}
|