mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix config
- [x] `ENV_NAME` present in config but never used - [x] `FEDERATION_DHT_SEED` has a trailing space - [x] `v14.2022-11-22` should be `v14.2022-12-22` - [x] Check if versions are all correctly configured in all configs
This commit is contained in:
parent
1553ff0964
commit
d864732c0f
@ -17,7 +17,7 @@ const constants = {
|
||||
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
|
||||
CONFIG_VERSION: {
|
||||
DEFAULT: 'DEFAULT',
|
||||
EXPECTED: 'v14.2022-11-22',
|
||||
EXPECTED: 'v14.2022-12-22',
|
||||
CURRENT: '',
|
||||
},
|
||||
}
|
||||
|
||||
@ -27,11 +27,10 @@ COMMUNITY_DESCRIPTION="Gradido Development Stage1 Test Community"
|
||||
COMMUNITY_SUPPORT_MAIL=support@supportmail.com
|
||||
|
||||
# backend
|
||||
BACKEND_CONFIG_VERSION=v13.2022-12-20
|
||||
BACKEND_CONFIG_VERSION=v14.2022-12-22
|
||||
|
||||
JWT_EXPIRES_IN=10m
|
||||
GDT_API_URL=https://gdt.gradido.net
|
||||
ENV_NAME=stage1
|
||||
|
||||
TYPEORM_LOGGING_RELATIVE_PATH=../deployment/bare_metal/log/typeorm.backend.log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user