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" + } +}