Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ormconfig.json.example 244 B
{
  "type": "postgres",
  "host": "localhost",
  "port": 5432,
  "username": "ehasa",
  "password": "salasana",
  "database": "ehasa",
  "entities": ["src/**/*.entity{.ts,.js}"],
  "synchronize": true,
  "logging": true,
  "dropSchema": true
}