Skip to content

Commit ab81440

Browse files
committed
Add recipe for luzrain/telegram-bot-bundle
1 parent c252fc4 commit ab81440

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
telegram_bot:
2+
api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"Luzrain\\TelegramBotBundle\\TelegramBotBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"TELEGRAM_API_TOKEN": ""
10+
}
11+
}

0 commit comments

Comments
 (0)