changed CONFIG.VERSION distributable in .env.template for deployment

This commit is contained in:
Claus-Peter Huebner 2023-09-20 17:01:25 +02:00
parent fe85e45d38
commit 2fe9b4e55e
3 changed files with 6 additions and 3 deletions

View File

@ -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
JWT_SECRET=$JWT_SECRET

View File

@ -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
DB_HOST=localhost

View File

@ -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
# 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