Fix wrong parameter name

This commit is contained in:
botjager
2019-07-21 12:56:48 +08:00
parent 705cbd6235
commit 597572ae37
2 changed files with 2 additions and 2 deletions

View File

@@ -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)%"

View File

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