Add Kynno/SmartBotsBundle

This commit is contained in:
Kynno
2019-09-05 22:53:47 +02:00
parent 9d855f7c7c
commit 711dbd5a1a
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
kynno_smartbots:
api_key: "%env(SMARTBOTS_API_KEY)%"
bots:
Kynno:
name: "KynnoSystem Resident"
botSecret: "%env(BOT_KYNNO_SECRET)%"
+12
View File
@@ -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"
}
}