mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
CONFIG_VERSION=v1.2022-03-18
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=gradido_community
|
|
MIGRATIONS_TABLE=migrations
|
|
|
|
TYPEORM_SEEDING_FACTORIES=src/factories/**/*{.ts,.js}
|