mirror of
https://github.com/docmost/docmost.git
synced 2026-08-19 23:11:36 +10:00
feat(env): add SLACK_SIGNING_SECRET getter on EnvironmentService
This commit is contained in:
@@ -360,4 +360,8 @@ export class EnvironmentService {
|
||||
.map((o) => o.trim())
|
||||
.filter(Boolean);
|
||||
}
|
||||
|
||||
getSlackSigningSecret(): string | undefined {
|
||||
return this.configService.get<string>('SLACK_SIGNING_SECRET');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user