Files
archived-recipes-contrib/botjaeger/nexmo-bundle/0.5/manifest.json
2019-07-21 12:56:48 +08:00

14 lines
353 B
JSON

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