mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
47 lines
2.1 KiB
JSON
47 lines
2.1 KiB
JSON
{
|
|
"locks": {
|
|
"facile-it/mongodb-bundle": {
|
|
"version": "0.6",
|
|
"recipe": {
|
|
"repo": "0.6",
|
|
"branch": "master",
|
|
"version": "0.6",
|
|
"ref": "694215679ed64311cea9177b0de851a1fa0c7e74"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"facile-it/mongodb-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "facile-it/mongodb-bundle",
|
|
"version": "0.6",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Facile\\MongoDbBundle\\FacileMongoDbBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MONGODB_HOST": "localhost",
|
|
"MONGODB_PORT": "27017",
|
|
"MONGODB_USER": "",
|
|
"MONGODB_PASSWORD": "",
|
|
"MONGODB_DB": "symfony"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/facile_it_mongodb.yaml": {
|
|
"contents": "mongo_db_bundle:\n data_collection: '%kernel.debug%'\n clients:\n default:\n hosts:\n - { host: '%env(MONGODB_HOST)%', port: '%env(int:MONGODB_PORT)%' }\n username: '%env(MONGODB_USER)%'\n password: '%env(MONGODB_PASSWORD)%'\n replicaSet: '' # default null (no replica)\n ssl: false\n connectTimeoutMS: 3000\n readPreference: primaryPreferred # see https://docs.mongodb.com/manual/reference/read-preference/#primary for info\n\n connections:\n default:\n client_name: default\n database_name: '%env(MONGODB_DB)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "facile-it/mongodb-bundle:0.6@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |