mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 12:54:53 +00:00
Add global configuration to common module
This commit is contained in:
@ -13,6 +13,7 @@ import { EmailService } from './util/email.service';
|
|||||||
imports: [
|
imports: [
|
||||||
ConfigModule.forRoot({
|
ConfigModule.forRoot({
|
||||||
load: config,
|
load: config,
|
||||||
|
isGlobal: true,
|
||||||
}),
|
}),
|
||||||
DatabaseModule,
|
DatabaseModule,
|
||||||
HelperModule,
|
HelperModule,
|
||||||
|
|||||||
Reference in New Issue
Block a user