gradido/database/.env.dist
2021-08-23 12:38:25 +02:00

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/