mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"reconnect/s3bundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "de320eec87a12822faca2d881e0aae50e6c9830f"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"reconnect/s3bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "reconnect/s3bundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Reconnect\\S3Bundle\\S3Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"BUCKET_HOST": "",
|
|
"BUCKET_NAME": "",
|
|
"BUCKET_KEY": "",
|
|
"BUCKET_SECRET": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/reconnect_s3_bundle.yaml": {
|
|
"contents": "reconnect_s3_bundle:\n bucketHost: '%env(BUCKET_HOST)%'\n bucketName: '%env(BUCKET_NAME)%'\n bucketKey: '%env(BUCKET_KEY)%'\n bucketSecret: '%env(BUCKET_SECRET)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "reconnect/s3bundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |