From 268647e41a9bdab954a77d567c44199646e570ee Mon Sep 17 00:00:00 2001 From: botjager Date: Sun, 21 Jul 2019 12:19:38 +0800 Subject: [PATCH] Add BotjaegerNexmoBundle recipe --- .../0.5/config/packages/botjaeger_nexmo.yaml | 4 ++++ botjager/nexmo-bundle/0.5/manifest.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 botjager/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml create mode 100644 botjager/nexmo-bundle/0.5/manifest.json diff --git a/botjager/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml b/botjager/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml new file mode 100644 index 00000000..d36f6468 --- /dev/null +++ b/botjager/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml @@ -0,0 +1,4 @@ +botjaeger_nexmo: + api_key: "%env(BOTJAEGER_NEXMO_API_KEY)%" + sec_key: "%env(BOTJAEGER_NEXMO_SEC_KEY)%" + api_brand: "%env(BOTJAEGER_NEXMO_API_BRAND)%" diff --git a/botjager/nexmo-bundle/0.5/manifest.json b/botjager/nexmo-bundle/0.5/manifest.json new file mode 100644 index 00000000..8ada3d2a --- /dev/null +++ b/botjager/nexmo-bundle/0.5/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Botjaeger\\NexmoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BOTJAEGER_NEXMO_API_KEY": "your-api-public-key", + "BOTJAEGER_NEXMO_SEC_KEY": "your-api-secret-key", + "BOTJAEGER_NEXMO_API_BRAND": "your-brand-name" + } +}