Skip to content

Commit 7b8ac37

Browse files
author
sachin-maheshwari
authored
Update README.md
adding mandatory AUTH0_PROXY_SERVER_URL in ReadMe
1 parent e8e0f73 commit 7b8ac37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const busApi = require('tc-bus-api-wrapper')
1818
const busApiClient = busApi(_.pick(config,
1919
['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME',
2020
'AUTH0_CLIENT_ID', 'AUTH0_CLIENT_SECRET', 'BUSAPI_URL',
21-
'KAFKA_ERROR_TOPIC']))
21+
'KAFKA_ERROR_TOPIC', 'AUTH0_PROXY_SERVER_URL']))
2222
```
2323

2424
**Configuration / Environment variables:**
@@ -107,4 +107,4 @@ To run tests with coverage report, execute the command
107107

108108
```
109109
npm run cov
110-
```
110+
```

0 commit comments

Comments
 (0)