Files
symfony-flex-recipes-contrib/archived/boshurik.telegram-bot-bundle/a22989df249e0e7e28fd87d1daec1fe4c5cedcd0.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

52 lines
2.0 KiB
JSON

{
"manifests": {
"boshurik/telegram-bot-bundle": {
"manifest": {
"bundles": {
"BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TELEGRAM_BOT_TOKEN": "bot-token"
},
"container": {
"telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Next for TelegramBotBundle </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>"
]
},
"files": {
"config/packages/boshurik_telegram_bot.yaml": {
"contents": [
"boshurik_telegram_bot:",
" api:",
" token: \"%env(TELEGRAM_BOT_TOKEN)%\"",
""
],
"executable": false
},
"config/routes/boshurik_telegram_bot.yaml": {
"contents": [
"boshurik_telegram_bot_routing:",
" resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.yml\"",
" prefix: \"/_telegram/%telegram_route_secret%\"",
""
],
"executable": false
}
},
"ref": "a22989df249e0e7e28fd87d1daec1fe4c5cedcd0"
}
}
}