mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
# Database
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=gradido_community
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
|
|
# Federation
|
|
FEDERATION_API=1_0
|
|
FEDERATION_PORT=5010
|
|
FEDERATION_COMMUNITY_URL=http://localhost
|