2017-01-09 10:57:06 +01:00

17 lines
323 B
JSON
Executable File

{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-mongoose",
"settings": {
"host": "localhost",
"port": 27017,
"database": "strapi-${strapi.config.name}",
"username": "",
"passsword": ""
},
"options": {}
}
}
}