gradido/database/.env.template
Ulf Gebhardt 8fcc3b31ad
improved installscript alot
- proper order
- templates for all configs to fill in automatically
2022-01-13 22:34:17 +01:00

9 lines
190 B
Plaintext

DB_HOST=localhost
DB_PORT=3306
DB_USER=${DB_USER}
DB_PASSWORD=${DB_PASSWORD}
DB_DATABASE=gradido_community
MIGRATIONS_TABLE=migrations
TYPEORM_SEEDING_FACTORIES=src/factories/**/*{.ts,.js}