Skip to content

Commit

Permalink
it works
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance committed Jan 2, 2024
1 parent dda2bf2 commit 44bc063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SLACK_SOCKET_MODE=true
2 changes: 1 addition & 1 deletion src/main/main.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MyDiscordModule } from '../interfaces/chat/discord/myDiscord.module';
MyDiscordModule,
ConfigModule.forRoot({
isGlobal: true,
envFilePath: ['.env.slack'],
envFilePath: ['.env', '.env.slack'],
}),
SlackInterfaceModule,
],
Expand Down

0 comments on commit 44bc063

Please sign in to comment.