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