17 lines
323 B
JSON
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-mongoose",
"settings": {
"host": "localhost",
"port": 27017,
2017-01-09 10:57:06 +01:00
"database": "strapi-${strapi.config.name}",
"username": "",
"passsword": ""
2016-03-18 11:12:50 +01:00
},
"options": {}
2016-03-18 11:12:50 +01:00
}
}
}