Add BotjaegerNexmoBundle recipe

This commit is contained in:
botjager
2019-07-21 12:19:38 +08:00
parent f9bf83117e
commit 268647e41a
2 changed files with 17 additions and 0 deletions
@@ -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)%"
+13
View File
@@ -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"
}
}