Files
symfony-flex-recipes-contrib/kynno.smartbots-bundle.0.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

36 lines
1.1 KiB
JSON

{
"manifests": {
"kynno/smartbots-bundle": {
"manifest": {
"bundles": {
"Kynno\\SmartBotsBundle\\SmartBotsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BOT_KYNNO_SECRET": "pwd",
"SMARTBOTS_API_KEY": "default_api_key"
}
},
"files": {
"config/packages/smartbots.yaml": {
"contents": [
"kynno_smartbots:",
" api_key: \"%env(SMARTBOTS_API_KEY)%\"",
" bots:",
" Kynno:",
" name: \"KynnoSystem Resident\"",
" botSecret: \"%env(BOT_KYNNO_SECRET)%\"",
""
],
"executable": false
}
},
"ref": "fce1ecbb1fef50d90cf4415538f063838eb4c4c8"
}
}
}