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