mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Fix wrong parameter name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
botjaeger_nexmo:
|
||||
api_key: "%env(BOTJAEGER_NEXMO_API_KEY)%"
|
||||
sec_key: "%env(BOTJAEGER_NEXMO_SEC_KEY)%"
|
||||
api_secret: "%env(BOTJAEGER_NEXMO_API_SECRET)%"
|
||||
api_brand: "%env(BOTJAEGER_NEXMO_API_BRAND)%"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"env": {
|
||||
"BOTJAEGER_NEXMO_API_KEY": "your-api-public-key",
|
||||
"BOTJAEGER_NEXMO_SEC_KEY": "your-api-secret-key",
|
||||
"BOTJAEGER_NEXMO_API_SECRET": "your-api-secret-key",
|
||||
"BOTJAEGER_NEXMO_API_BRAND": "your-brand-name"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user