mirror of
https://github.com/docmost/docmost.git
synced 2026-08-24 01:12:22 +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())
|
.map((o) => o.trim())
|
||||||
.filter(Boolean);
|
.filter(Boolean);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getSlackSigningSecret(): string | undefined {
|
||||||
|
return this.configService.get<string>('SLACK_SIGNING_SECRET');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user