diff --git a/botjaeger/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml b/botjaeger/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml new file mode 100644 index 00000000..afe55a31 --- /dev/null +++ b/botjaeger/nexmo-bundle/0.5/config/packages/botjaeger_nexmo.yaml @@ -0,0 +1,4 @@ +botjaeger_nexmo: + api_key: "%env(BOTJAEGER_NEXMO_API_KEY)%" + api_secret: "%env(BOTJAEGER_NEXMO_API_SECRET)%" + api_brand: "%env(BOTJAEGER_NEXMO_API_BRAND)%" diff --git a/botjaeger/nexmo-bundle/0.5/manifest.json b/botjaeger/nexmo-bundle/0.5/manifest.json new file mode 100644 index 00000000..8f217fac --- /dev/null +++ b/botjaeger/nexmo-bundle/0.5/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Botjaeger\\NexmoBundle\\BotjaegerNexmoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BOTJAEGER_NEXMO_API_KEY": "your-api-public-key", + "BOTJAEGER_NEXMO_API_SECRET": "your-api-secret-key", + "BOTJAEGER_NEXMO_API_BRAND": "your-brand-name" + } +}