corrected config version

This commit is contained in:
Ulf Gebhardt 2023-01-26 13:19:46 +01:00
parent 7fe285c79f
commit cc65d8365a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CONFIG_VERSION=v14.2022-11-22
CONFIG_VERSION=v1.2023-01-01
# Server
PORT=5000

View File

@ -12,13 +12,12 @@ Decimal.set({
const constants = {
DB_VERSION: '0059-add_hide_amount_to_users',
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
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',
EXPECTED: 'v14.2022-11-22',
EXPECTED: 'v1.2023-01-01',
CURRENT: '',
},
}