mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-16 18:01:20 +00:00
increase backend config version v6
This commit is contained in:
parent
19f2686b6e
commit
00e03af7f3
@ -1,4 +1,4 @@
|
||||
CONFIG_VERSION=v5.2022-04-12
|
||||
CONFIG_VERSION=v6.2022-04-21
|
||||
|
||||
# Server
|
||||
PORT=4000
|
||||
|
||||
@ -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: '',
|
||||
},
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user