Browse Source

Update app.module.ts

main
Alexandre SOARES 5 years ago
parent
commit
4af26f17b3
  1. 1
      src/app.module.ts

1
src/app.module.ts

@ -22,6 +22,7 @@ import { TypeOrmModule, TypeOrmModuleOptions } from '@nestjs/typeorm';
ssl: {
rejectUnauthorized: false
},
},
}),
inject: [ConfigService],

Loading…
Cancel
Save