gradido/database/.env.dist
Ulf Gebhardt cebf92c451
fixed migrations directory to default to the production version.
This is the downside of this patch - the .env file has to be different in dev and production version
2021-09-21 10:34:56 +02:00

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/