freeCodeCamp/api-server/server/datasources.json

12 lines
160 B
JSON
Raw Normal View History

2015-06-03 00:27:02 +00:00
{
"db": {
"name": "db",
"connector": "mongodb",
"allowExtendedOperators": true
2015-06-09 23:43:08 +00:00
},
"mail": {
2015-06-11 06:59:42 +00:00
"name": "mail",
2015-06-09 23:43:08 +00:00
"connector": "mail"
2015-06-03 00:27:02 +00:00
}
}