mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 09:47:46 +00:00
17 lines
323 B
JSON
Executable File
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": {}
|
|
}
|
|
}
|
|
}
|