Skip to content

Commit ad70652

Browse files
fixing typo in config var
1 parent 9f08355 commit ad70652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
// We define the time period of the cached token.
2323
TOKEN_CACHE_TIME: process.env.TOKEN_CACHE_TIME || 86400000,
2424
AUTH0_CLIENT_ID: process.env.AUTH0_CLIENT_ID,
25-
AUTH0_CLIENT_Secret: process.env.AUTH0_CLIENT_SECRET,
25+
AUTH0_CLIENT_SECRET: process.env.AUTH0_CLIENT_SECRET,
2626
SCOPES: {
2727
'writeBusApi': 'write:bus_api',
2828
'readBusTopics': 'read:bus_topics'

0 commit comments

Comments
 (0)