Browse Source

Update app.module.ts

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

3
src/app.module.ts

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

Loading…
Cancel
Save