mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Add Kynno/SmartBotsBundle
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
kynno_smartbots:
|
||||
api_key: "%env(SMARTBOTS_API_KEY)%"
|
||||
bots:
|
||||
Kynno:
|
||||
name: "KynnoSystem Resident"
|
||||
botSecret: "%env(BOT_KYNNO_SECRET)%"
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Kynno\\SmartBotsBundle\\SmartBotsBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"BOT_KYNNO_SECRET": "pwd",
|
||||
"SMARTBOTS_API_KEY": "default_api_key"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user