increase backend config version v6

This commit is contained in:
Ulf Gebhardt 2022-04-21 13:19:01 +02:00
parent 19f2686b6e
commit 00e03af7f3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CONFIG_VERSION=v5.2022-04-12
CONFIG_VERSION=v6.2022-04-21
# Server
PORT=4000

View File

@ -14,7 +14,7 @@ const constants = {
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',
EXPECTED: 'v5.2022-04-12',
EXPECTED: 'v6.2022-04-21',
CURRENT: '',
},
}

View File

@ -24,7 +24,7 @@ COMMUNITY_REGISTER_URL=https://stage1.gradido.net/register
COMMUNITY_DESCRIPTION="Gradido Development Stage1 Test Community"
# backend
BACKEND_CONFIG_VERSION=v5.2022-04-12
BACKEND_CONFIG_VERSION=v6.2022-04-21
JWT_EXPIRES_IN=30m
GDT_API_URL=https://gdt.gradido.net