mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
This is the downside of this patch - the .env file has to be different in dev and production version
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=gradido_community
|
|
MIGRATIONS_TABLE=migrations
|
|
// This value is set to the default for the built version.
|
|
// Therefore you need to overwrite this when using the dev version
|
|
// MIGRATIONS_DIRECTORY=./migrations/
|
|
MIGRATIONS_DIRECTORY=./build/migrations/ |