mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
changed CONFIG.VERSION distributable in .env.template for deployment
This commit is contained in:
parent
fe85e45d38
commit
2fe9b4e55e
@ -1,4 +1,5 @@
|
|||||||
CONFIG_VERSION=$BACKEND_CONFIG_VERSION
|
# must match the CONFIG_VERSION.EXPECTED definition in scr/config/index.ts
|
||||||
|
CONFIG_VERSION=v20.2023-09-19
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
JWT_SECRET=$JWT_SECRET
|
JWT_SECRET=$JWT_SECRET
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
CONFIG_VERSION=$FEDERATION_DHT_CONFIG_VERSION
|
# must match the CONFIG_VERSION.EXPECTED definition in scr/config/index.ts
|
||||||
|
CONFIG_VERSION=v3.2023-04-26
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
CONFIG_VERSION=$FEDERATION_CONFIG_VERSION
|
# must match the CONFIG_VERSION.EXPECTED definition in scr/config/index.ts
|
||||||
|
CONFIG_VERSION=v2.2023-08-24
|
||||||
|
|
||||||
LOG_LEVEL=$LOG_LEVEL
|
LOG_LEVEL=$LOG_LEVEL
|
||||||
# this is set fix to false, because it is important for 'production' environments. only set to true if a graphql-playground should be in use
|
# this is set fix to false, because it is important for 'production' environments. only set to true if a graphql-playground should be in use
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user