mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-01 21:31:04 +00:00
Fix desktop BackupURL (#7701)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
a2eb0de7f5
commit
3fd44ac5fe
@ -33,7 +33,7 @@ import presence, { presenceId } from '@hcengineering/presence'
|
||||
import { recruitId } from '@hcengineering/recruit'
|
||||
import rekoni from '@hcengineering/rekoni'
|
||||
import { requestId } from '@hcengineering/request'
|
||||
import { settingId } from '@hcengineering/setting'
|
||||
import setting, { settingId } from '@hcengineering/setting'
|
||||
import { supportId } from '@hcengineering/support'
|
||||
import { tagsId } from '@hcengineering/tags'
|
||||
import { taskId } from '@hcengineering/task'
|
||||
@ -346,6 +346,8 @@ export async function configurePlatform (): Promise<void> {
|
||||
|
||||
configureNotifications()
|
||||
|
||||
setMetadata(setting.metadata.BackupUrl, config.BACKUP_URL ?? '')
|
||||
|
||||
if (config.INITIAL_URL !== '') {
|
||||
setLocationStorageKey('uberflow_child')
|
||||
}
|
||||
|
@ -38,6 +38,8 @@ export interface Config {
|
||||
UPLOAD_CONFIG: string
|
||||
UPLOAD_URL: string
|
||||
VERSION?: string
|
||||
|
||||
BACKUP_URL?: string
|
||||
}
|
||||
|
||||
export interface Branding {
|
||||
|
Loading…
Reference in New Issue
Block a user