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 9f08355 commit ad70652Copy full SHA for ad70652
config/default.js
@@ -22,7 +22,7 @@ module.exports = {
22
// We define the time period of the cached token.
23
TOKEN_CACHE_TIME: process.env.TOKEN_CACHE_TIME || 86400000,
24
AUTH0_CLIENT_ID: process.env.AUTH0_CLIENT_ID,
25
- AUTH0_CLIENT_Secret: process.env.AUTH0_CLIENT_SECRET,
+ AUTH0_CLIENT_SECRET: process.env.AUTH0_CLIENT_SECRET,
26
SCOPES: {
27
'writeBusApi': 'write:bus_api',
28
'readBusTopics': 'read:bus_topics'
0 commit comments