Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4a31ba9

Browse files
author
James Cori
committed
Merge branch 'develop'
2 parents 06936fc + 860e6aa commit 4a31ba9

9 files changed

+544
-173
lines changed

config/default.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,7 @@ module.exports = {
8282

8383
// V5 Term UUID
8484
SYNC_V5_TERM_UUID: process.env.SYNC_V5_TERM_UUID || '317cd8f9-d66c-4f2a-8774-63c612d99cd4',
85-
SYNC_V5_WRITE_ENABLED: process.env.SYNC_V5_WRITE_ENABLED === 'true' || false
85+
SYNC_V5_WRITE_ENABLED: process.env.SYNC_V5_WRITE_ENABLED === 'true' || false,
86+
87+
TIMEZONE: process.env.TIMEZONE || 'America/New_York'
8688
}

package-lock.json

Lines changed: 11 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"http-json-response": "^1.0.1",
3434
"ifxnjs": "^10.0.5",
3535
"lodash": "^4.17.19",
36+
"moment-timezone": "^0.5.32",
3637
"no-kafka": "^3.4.3",
3738
"q": "^1.5.1",
3839
"showdown": "^1.9.1",

0 commit comments

Comments
 (0)