Skip to content

Commit d96eca4

Browse files
authored
Update typeorm.config.ts
1 parent 5df862c commit d96eca4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/config/typeorm.config.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ export const defaultTypeOrmConfig: TypeOrmModuleAsyncOptions = {
1313
entities: [
1414
join(__dirname, '..', '**', '*.entity{.ts,.js}')
1515
],
16-
// extra: {
17-
// idleTimeoutMillis: 4.32e+7,
18-
// connectionTimeoutMillis: 240000,
19-
// keepAlive: true,
20-
// minConnection: 5,
21-
// maxConnection: 20,
22-
// connectionLimit: 10
23-
// },
24-
// entities: [
25-
// User,
26-
// Customer,
27-
// Information,
28-
// Deposit,
29-
// Config,
30-
// PairListed
31-
// ],
3216
synchronize: false,
3317
poolSize: 10,
3418
poolErrorHandler: (err) => {

0 commit comments

Comments
 (0)