We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d338 commit 955674fCopy full SHA for 955674f
src/app.module.ts
@@ -33,6 +33,7 @@ import { ConfigService } from "@nestjs/config";
33
LoggerModule,
34
SlackModule.forRootAsync({
35
imports: [ConfigModule],
36
+ isGlobal: true,
37
useFactory: (configService: ConfigService) => ({
38
type: "webhook",
39
url: configService.get<string>("SLACK_WEBHOOK_URL"),
0 commit comments