Skip to content
Snippets Groups Projects
ormconfig.json.example 203 B
Newer Older

{
    "type": "",
    "host": "",
    "port": ,
    "username": "",
    "password": "",
    "database": "",
    "entities": ["src/**/*.entity{.ts,.js}"],
    "synchronize": true,
    "logging": true
  }