We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0f73 commit 7b8ac37Copy full SHA for 7b8ac37
README.md
@@ -18,7 +18,7 @@ const busApi = require('tc-bus-api-wrapper')
18
const busApiClient = busApi(_.pick(config,
19
['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME',
20
'AUTH0_CLIENT_ID', 'AUTH0_CLIENT_SECRET', 'BUSAPI_URL',
21
- 'KAFKA_ERROR_TOPIC']))
+ 'KAFKA_ERROR_TOPIC', 'AUTH0_PROXY_SERVER_URL']))
22
```
23
24
**Configuration / Environment variables:**
@@ -107,4 +107,4 @@ To run tests with coverage report, execute the command
107
108
109
npm run cov
110
-```
+```
0 commit comments