mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
CONFIG_VERSION=$DATABASE_CONFIG_VERSION
|
|
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=$DB_USER
|
|
DB_PASSWORD=$DB_PASSWORD
|
|
DB_DATABASE=gradido_community
|
|
MIGRATIONS_TABLE=migrations
|