|
@@ -62,8 +62,7 @@ import { ChannelModule } from './channel/channel.module'
|
|
|
migrationsDir: config.get<string>('TYPEORM_MIGRATIONS_DIR'),
|
|
migrationsDir: config.get<string>('TYPEORM_MIGRATIONS_DIR'),
|
|
|
subscribersDir: config.get<string>('TYPEORM_SUBSCRIBERS_DIR')
|
|
subscribersDir: config.get<string>('TYPEORM_SUBSCRIBERS_DIR')
|
|
|
},
|
|
},
|
|
|
- autoLoadEntities: true,
|
|
|
|
|
- logging: true
|
|
|
|
|
|
|
+ autoLoadEntities: true
|
|
|
})
|
|
})
|
|
|
}),
|
|
}),
|
|
|
ScheduleModule.forRoot(),
|
|
ScheduleModule.forRoot(),
|