mirror of
https://github.com/docmost/docmost.git
synced 2026-08-24 21:32:19 +10:00
fix(env): match INTEGRATION_{TYPE}_* env-var convention for Slack signing secret
This commit is contained in:
@@ -362,6 +362,6 @@ export class EnvironmentService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getSlackSigningSecret(): string | undefined {
|
getSlackSigningSecret(): string | undefined {
|
||||||
return this.configService.get<string>('SLACK_SIGNING_SECRET');
|
return this.configService.get<string>('INTEGRATION_SLACK_SIGNING_SECRET');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user