mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
48 lines
1.8 KiB
JSON
48 lines
1.8 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": [
|
|
" * <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.php\"",
|
|
" prefix: \"/_telegram/%telegram_route_secret%\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "27b12e13cf10f42beb71261c3334a2db107393b4"
|
|
}
|
|
}
|
|
}
|