mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-13 16:34:44 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=gradido_community
|
|
MIGRATIONS_TABLE=migrations
|
|
MIGRATIONS_DIRECTORY=./migrations/ |