mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected config version
This commit is contained in:
parent
7fe285c79f
commit
cc65d8365a
@ -1,4 +1,4 @@
|
|||||||
CONFIG_VERSION=v14.2022-11-22
|
CONFIG_VERSION=v1.2023-01-01
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
PORT=5000
|
PORT=5000
|
||||||
|
|||||||
@ -12,13 +12,12 @@ Decimal.set({
|
|||||||
|
|
||||||
const constants = {
|
const constants = {
|
||||||
DB_VERSION: '0059-add_hide_amount_to_users',
|
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',
|
LOG4JS_CONFIG: 'log4js-config.json',
|
||||||
// default log level on production should be info
|
// default log level on production should be info
|
||||||
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
|
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
|
||||||
CONFIG_VERSION: {
|
CONFIG_VERSION: {
|
||||||
DEFAULT: 'DEFAULT',
|
DEFAULT: 'DEFAULT',
|
||||||
EXPECTED: 'v14.2022-11-22',
|
EXPECTED: 'v1.2023-01-01',
|
||||||
CURRENT: '',
|
CURRENT: '',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user