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 4e8de92 commit 2fb7551Copy full SHA for 2fb7551
src/common/helper.js
@@ -14,6 +14,7 @@ const m2mAuth = require('tc-core-library-js').auth.m2m
14
//const m2m = m2mAuth(_.pick(config, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME', 'AUTH0_PROXY_SERVER_URL']))
15
const m2m = m2mAuth(_.pick(config, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'AUTH0_CLIENT_ID','AUTH0_CLIENT_SECRET', 'AUTH0_PROXY_SERVER_URL']))
16
17
+
18
// ES Client mapping
19
const esClients = {}
20
0 commit comments