mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #708
This commit is contained in:
@@ -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)%"
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user