loopback/test/fixtures/user-integration-app/server/datasources.json

11 lines
134 B
JSON
Raw Normal View History

2015-04-20 18:44:07 +00:00
{
"db": {
"connector": "memory"
},
"mail": {
"connector": "mail",
"transports": [
{"type": "STUB"}
]
}
}