diff --git a/kynno/smartbots-bundle/0.1/config/packages/smartbots.yaml b/kynno/smartbots-bundle/0.1/config/packages/smartbots.yaml new file mode 100644 index 00000000..8798eced --- /dev/null +++ b/kynno/smartbots-bundle/0.1/config/packages/smartbots.yaml @@ -0,0 +1,6 @@ +kynno_smartbots: + api_key: "%env(SMARTBOTS_API_KEY)%" + bots: + Kynno: + name: "KynnoSystem Resident" + botSecret: "%env(BOT_KYNNO_SECRET)%" diff --git a/kynno/smartbots-bundle/0.1/manifest.json b/kynno/smartbots-bundle/0.1/manifest.json new file mode 100644 index 00000000..9c47bfb5 --- /dev/null +++ b/kynno/smartbots-bundle/0.1/manifest.json @@ -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" + } +}