Merge pull request #708

This commit is contained in:
symfony-flex-server[bot]
2019-08-13 17:01:44 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -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)%"
+13
View File
@@ -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"
}
}