Files
freeCodeCamp/api-server/server/datasources.json

12 lines
160 B
JSON
Raw Normal View History

2015-06-02 17:27:02 -07:00
{
"db": {
"name": "db",
"connector": "mongodb",
"allowExtendedOperators": true
2015-06-09 16:43:08 -07:00
},
"mail": {
2015-06-10 23:59:42 -07:00
"name": "mail",
2015-06-09 16:43:08 -07:00
"connector": "mail"
2015-06-02 17:27:02 -07:00
}
}