mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
22 lines
669 B
Plaintext
22 lines
669 B
Plaintext
# Database
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=$DB_USER
|
|
DB_PASSWORD=$DB_PASSWORD
|
|
DB_DATABASE=gradido_community
|
|
TYPEORM_LOGGING_RELATIVE_PATH=$TYPEORM_LOGGING_RELATIVE_PATH
|
|
|
|
# Community
|
|
COMMUNITY_NAME=$COMMUNITY_NAME
|
|
COMMUNITY_DESCRIPTION=$COMMUNITY_DESCRIPTION
|
|
|
|
# Federation
|
|
# if you set the value of FEDERATION_DHT_TOPIC, the DHT hyperswarm will start to announce and listen
|
|
# on an hash created from this topic
|
|
FEDERATION_DHT_TOPIC=$FEDERATION_DHT_TOPIC
|
|
FEDERATION_DHT_SEED=$FEDERATION_DHT_SEED
|
|
# comma separated values, which apis should be announced
|
|
FEDERATION_COMMUNITY_APIS=$FEDERATION_COMMUNITY_APIS
|
|
COMMUNITY_HOST=$COMMUNITY_HOST
|
|
URL_PROTOCOL=$URL_PROTOCOL
|