18 lines
332 B
JSON
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-mongoose",
"settings": {
2017-08-03 14:06:59 +02:00
"client": "mongo",
"host": "localhost",
"port": 27017,
2017-07-28 18:56:28 +02:00
"database": "development",
"username": "",
"password": ""
2016-03-18 11:12:50 +01:00
},
"options": {}
2016-03-18 11:12:50 +01:00
}
}
}