Skip to content
Snippets Groups Projects

Error handling

Merged Ghost User requested to merge error-handling into Development
1 file
+ 11
12
Compare changes
  • Side-by-side
  • Inline
+ 11
12
{
"type": "postgres",
"host": "postgis",
"port": 5432,
"username": "ehasa",
"password": "salasana",
"database": "ehasa",
"entities": ["src/**/*.entity{.ts,.js}"],
"synchronize": true,
"logging": true,
"dropSchema": false
}
\ No newline at end of file
"type": "postgres",
"host": "localhost",
"port": 5432,
"username": "ehasa",
"password": "salasana",
"database": "ehasa",
"entities": ["src/**/*.entity{.ts,.js}"],
"synchronize": true,
"logging": true,
"dropSchema": false
}
Loading