1{
2 "type": "mysql",
3 "host": "localhost",
4 "port": "3306",
5 "username": "root",
6 "password": "root",
7 "database": "nestjs_mysql_crud_app",
8 "synchronize": false,
9 "logging": true,
10 "entities": ["src/**/*.entity.ts", "dist/**/*entity.ts"]
11}