Files
symfony-flex-recipes-contrib/kynno.smartbots-bundle.0.1.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

44 lines
1.5 KiB
JSON

{
"locks": {
"kynno/smartbots-bundle": {
"version": "0.1",
"recipe": {
"repo": "0.1",
"branch": "master",
"version": "0.1",
"ref": "fce1ecbb1fef50d90cf4415538f063838eb4c4c8"
}
}
},
"manifests": {
"kynno/smartbots-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "kynno/smartbots-bundle",
"version": "0.1",
"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:\n api_key: \"%env(SMARTBOTS_API_KEY)%\"\n bots:\n Kynno:\n name: \"KynnoSystem Resident\"\n botSecret: \"%env(BOT_KYNNO_SECRET)%\"\n",
"executable": false,
"encoding": ""
}
},
"origin": "kynno/smartbots-bundle:0.1@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}