Skip to content

Commit

Permalink
getting ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
iolufemi committed Sep 4, 2017
1 parent 71ee3bb commit e1b8f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
enforceSSL: process.env.ENFORCE_SSL || 'no',
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '2207558a1d72eefa8d836404e4dc2dc07bc46772',
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '934d2a317f579fbd0bbe187d34a85fd4981b0873',
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
queueUIPort: process.env.QUEUE_UI_PORT || 3000,
Expand Down
2 changes: 1 addition & 1 deletion config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
enforceSSL: process.env.ENFORCE_SSL || 'no',
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '2207558a1d72eefa8d836404e4dc2dc07bc46772',
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '934d2a317f579fbd0bbe187d34a85fd4981b0873',
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
queueUIPort: process.env.QUEUE_UI_PORT || 3000,
Expand Down

0 comments on commit e1b8f34

Please sign in to comment.