ormconfig.json 231 B

1234567891011
  1. {
  2. "type": "mysql",
  3. "host": "localhost",
  4. "port": 3306,
  5. "username": "root",
  6. "password": "TpaM2101122",
  7. "database": "base_nest",
  8. "entities": ["dist/**/*.entity{.ts,.js}"],
  9. "charset": "utf8mb4",
  10. "synchronize": true
  11. }