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 ba37faf commit b785eadCopy full SHA for b785ead
lib/config/environment.js
@@ -66,7 +66,7 @@ module.exports = {
66
consumerSecret: process.env.CMD_TWITTER_CONSUMERSECRET
67
},
68
github: {
69
- enterpriseURL: process.env.ENTERPRISE_URL,
+ enterpriseURL: process.env.CMD_GITHUB_ENTERPRISE_URL,
70
clientID: process.env.CMD_GITHUB_CLIENTID,
71
clientSecret: process.env.CMD_GITHUB_CLIENTSECRET
72
0 commit comments