mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
20 lines
675 B
Plaintext
20 lines
675 B
Plaintext
# must match the CONFIG_VERSION.EXPECTED definition in scr/config/index.ts
|
|
CONFIG_VERSION=$FEDERATION_CONFIG_VERSION
|
|
|
|
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
|
|
GRAPHIQL=false
|
|
|
|
# Database
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=$DB_USER
|
|
DB_PASSWORD=$DB_PASSWORD
|
|
DB_DATABASE=gradido_community
|
|
|
|
# Federation
|
|
COMMUNITY_HOST=$COMMUNITY_HOST
|
|
URL_PROTOCOL=$URL_PROTOCOL
|
|
FEDERATION_CONFIG_VERSION=$FEDERATION_CONFIG_VERSION
|
|
# comma separated list of api-versions, which cause starting several federation modules
|
|
FEDERATION_COMMUNITY_APIS=$FEDERATION_COMMUNITY_APIS |