mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
QFix: Fix MTA-hook token (#8954)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import { getClient } from '@hcengineering/kvs-client'
|
||||
import config from './config'
|
||||
|
||||
// TODO: Find account UUID from mailboxes and use personal workspace
|
||||
export const mailServiceToken = generateToken(systemAccountUuid, undefined, { service: 'mail' })
|
||||
export const mailServiceToken = generateToken(systemAccountUuid, undefined, { service: 'mail' }, config.secret)
|
||||
export const baseConfig: BaseConfig = {
|
||||
AccountsURL: config.accountsUrl,
|
||||
KvsUrl: config.kvsUrl,
|
||||
|
||||
Reference in New Issue
Block a user