update config for new db version

This commit is contained in:
einhorn_b 2024-01-04 11:45:22 +01:00
parent 2ea5df0fcf
commit 5de2160952
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0078-move_resubmission_date',
DB_VERSION: '0079-fill_linked_user_id_of_contributions',
DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0078-move_resubmission_date',
DB_VERSION: '0079-fill_linked_user_id_of_contributions',
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info
LOG_LEVEL: process.env.LOG_LEVEL || 'info',

View File

@ -10,7 +10,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0078-move_resubmission_date',
DB_VERSION: '0079-fill_linked_user_id_of_contributions',
DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info