mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
27 lines
628 B
Plaintext
27 lines
628 B
Plaintext
CONFIG_VERSION=v1.2023-01-01
|
|
|
|
# Server
|
|
PORT=5000
|
|
GRAPHIQL=false
|
|
|
|
# Database
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=gradido_community
|
|
TYPEORM_LOGGING_RELATIVE_PATH=typeorm.dht-node.log
|
|
|
|
# EventProtocol
|
|
EVENT_PROTOCOL_DISABLED=false
|
|
|
|
# SET LOG LEVEL AS NEEDED IN YOUR .ENV
|
|
# POSSIBLE VALUES: all | trace | debug | info | warn | error | fatal
|
|
# LOG_LEVEL=info
|
|
|
|
# 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=GRADIDO_HUB
|
|
# FEDERATION_DHT_SEED=64ebcb0e3ad547848fef4197c6e2332f
|