Skip to content

Commit 23719b7

Browse files
committed
added git token
1 parent e0d4207 commit 23719b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
1919
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
2020
enforceSSL: process.env.ENFORCE_SSL || 'no',
21-
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '6870f32edf6a34aaca7f193f456fae50f8ad5a94',
21+
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '8a398657a489e6362080738a18688b14b5c2bb5e',
2222
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
2323
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
2424
queueUIPort: process.env.QUEUE_UI_PORT || 3000,

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
1919
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
2020
enforceSSL: process.env.ENFORCE_SSL || 'no',
21-
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '6870f32edf6a34aaca7f193f456fae50f8ad5a94',
21+
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '8a398657a489e6362080738a18688b14b5c2bb5e',
2222
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
2323
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
2424
queueUIPort: process.env.QUEUE_UI_PORT || 3000,

0 commit comments

Comments
 (0)