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 82a4ea9 commit 31787e6Copy full SHA for 31787e6
updater/sis-updater-worker/src/config.js
@@ -3,7 +3,7 @@ module.exports.isStaging = process.env.STAGING || false
3
module.exports.isProduction = process.env.NODE_ENV === 'production'
4
module.exports.MIGRATIONS_LOCK = 'MIGRATIONS_LOCK'
5
module.exports.PURGE_LOCK = 'PURGE_LOCK'
6
-module.exports.REDIS_HOST = process.env.REDIS_HOST
+module.exports.REDIS_HOST = process.env.REDIS_HOST || 'redis-updater'
7
module.exports.REDIS_PORT = process.env.REDIS_PORT || 6379
8
module.exports.rootOrgId = process.env.ROOT_ORG_ID || 'hy-university-root-id'
9
module.exports.serviceProvider = process.env.SERVICE_PROVIDER ? process.env.SERVICE_PROVIDER.toLowerCase() : ''
0 commit comments