Answers for "nestjs ormconfig.json"

0

nestjs ormconfig.json

{
  "type": "mysql",
  "host": "localhost",
  "port": "3306",
  "username": "root",
  "password": "root",
  "database": "nestjs_mysql_crud_app",
  "synchronize": false,
  "logging": true,
  "entities": ["src/**/*.entity.ts", "dist/**/*entity.ts"]
}
Posted by: Guest on April-22-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language