mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"dekalee/pubsub-swarrot-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Dekalee\\PubSubSwarrotBundle\\DekaleePubSubSwarrotBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path"
|
|
},
|
|
"post-install-output": [
|
|
" * The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.",
|
|
" Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in <fg=green>.env</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/dekalee_pub_sub_swarrot.yaml": {
|
|
"contents": [
|
|
"dekalee_pub_sub_swarrot:",
|
|
" key_file_path: '%env(DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "1bd103acb5e43904306e17f1cd586286f6fe75d8"
|
|
}
|
|
}
|
|
}
|