bug fixed
This commit is contained in:
parent
66466e22b9
commit
aa4bcf9c43
|
@ -1,5 +1,4 @@
|
||||||
import { DeviceType, DesktopType, NotificationMethod } from '@ucap/core';
|
import { DeviceType, DesktopType, NotificationMethod } from '@ucap/core';
|
||||||
|
|
||||||
import { BrowserNativeService } from '@ucap/ng-native-browser';
|
import { BrowserNativeService } from '@ucap/ng-native-browser';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -93,13 +92,13 @@ export const environment: Environment = {
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: commonApiUrls,
|
urls: commonApiUrls,
|
||||||
|
@ -111,7 +110,7 @@ export const environment: Environment = {
|
||||||
publicApiModuleConfig: {
|
publicApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: publicApiUrls
|
urls: publicApiUrls
|
||||||
|
@ -120,7 +119,7 @@ export const environment: Environment = {
|
||||||
externalApiModuleConfig: {
|
externalApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8011
|
port: 8011
|
||||||
},
|
},
|
||||||
urls: externalApiUrls
|
urls: externalApiUrls
|
||||||
|
@ -129,7 +128,7 @@ export const environment: Environment = {
|
||||||
messageApiModuleConfig: {
|
messageApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: messageApiUrls
|
urls: messageApiUrls
|
||||||
|
@ -138,7 +137,7 @@ export const environment: Environment = {
|
||||||
promptApiModuleConfig: {
|
promptApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: promptUrls
|
urls: promptUrls
|
||||||
|
@ -147,7 +146,7 @@ export const environment: Environment = {
|
||||||
piModuleConfig: {
|
piModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: piUrls
|
urls: piUrls
|
||||||
|
@ -156,7 +155,7 @@ export const environment: Environment = {
|
||||||
protocolModuleConfig: {
|
protocolModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'ws',
|
protocol: 'ws',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8080
|
port: 8080
|
||||||
},
|
},
|
||||||
urls: protocolUrls,
|
urls: protocolUrls,
|
||||||
|
|
|
@ -16,155 +16,155 @@ import {
|
||||||
} from './environment.type';
|
} from './environment.type';
|
||||||
|
|
||||||
export const environment: Environment = {
|
export const environment: Environment = {
|
||||||
production: false,
|
production: false,
|
||||||
hmr: false,
|
hmr: false,
|
||||||
|
|
||||||
productConfig: {
|
productConfig: {
|
||||||
productId: 'PRO_000482',
|
productId: 'PRO_000482',
|
||||||
productName: 'EZMessenger',
|
productName: 'EZMessenger',
|
||||||
localEncriptionKey: '!@#$LG%^&*',
|
localEncriptionKey: '!@#$LG%^&*',
|
||||||
nativeServiceClass: BrowserNativeService,
|
nativeServiceClass: BrowserNativeService,
|
||||||
updateCheck: {
|
updateCheck: {
|
||||||
deviceType: DeviceType.Renderer,
|
deviceType: DeviceType.Renderer,
|
||||||
devicePlatformType: DesktopType.Windows,
|
devicePlatformType: DesktopType.Windows,
|
||||||
intervalHour: 1
|
intervalHour: 1
|
||||||
},
|
},
|
||||||
defaultSettings: {
|
defaultSettings: {
|
||||||
general: {
|
general: {
|
||||||
theme: 'theme-default',
|
theme: 'theme-default',
|
||||||
autoLogin: false,
|
autoLogin: false,
|
||||||
autoLaunch: false,
|
autoLaunch: false,
|
||||||
continueRunWhenClose: true,
|
continueRunWhenClose: true,
|
||||||
locale: 'ko',
|
locale: 'ko',
|
||||||
hrInfoLocale: 'ko',
|
hrInfoLocale: 'ko',
|
||||||
startupHideWindow: false,
|
startupHideWindow: false,
|
||||||
timezone: 'Asia/Seoul'
|
timezone: 'Asia/Seoul'
|
||||||
},
|
},
|
||||||
notification: {
|
notification: {
|
||||||
preView: true,
|
preView: true,
|
||||||
use: true,
|
use: true,
|
||||||
method: NotificationMethod.SoundAndAlert,
|
method: NotificationMethod.SoundAndAlert,
|
||||||
alertExposureTime: 5,
|
alertExposureTime: 5,
|
||||||
receiveForMobile: false,
|
receiveForMobile: false,
|
||||||
receiveForMessage: false
|
receiveForMessage: false
|
||||||
},
|
},
|
||||||
chat: {
|
chat: {
|
||||||
fontFamily: 'Malgun Gothic',
|
fontFamily: 'Malgun Gothic',
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
downloadPath: undefined
|
downloadPath: undefined
|
||||||
},
|
},
|
||||||
presence: {
|
presence: {
|
||||||
absenceTime: 10
|
absenceTime: 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
file: {
|
file: {
|
||||||
defaultDownloadFolder: 'LF Talk2 Download',
|
defaultDownloadFolder: 'LF Talk2 Download',
|
||||||
defaultFileAllowSize: 100
|
defaultFileAllowSize: 100
|
||||||
},
|
},
|
||||||
authentication: {
|
authentication: {
|
||||||
usePrivateInformationAgree: false,
|
usePrivateInformationAgree: false,
|
||||||
useRememberMe: true,
|
useRememberMe: true,
|
||||||
useAutoLogin: true
|
useAutoLogin: true
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
editableProfileImage: false
|
editableProfileImage: false
|
||||||
},
|
},
|
||||||
group: {
|
group: {
|
||||||
useMyDeptGroup: false,
|
useMyDeptGroup: false,
|
||||||
myDeptGroupSeq: -5,
|
myDeptGroupSeq: -5,
|
||||||
fixedGroupSeqs: [-5]
|
fixedGroupSeqs: [-5]
|
||||||
},
|
},
|
||||||
chat: {
|
chat: {
|
||||||
useTimerRoom: false,
|
useTimerRoom: false,
|
||||||
timerRoomDefaultInterval: 24 * 60 * 60,
|
timerRoomDefaultInterval: 24 * 60 * 60,
|
||||||
|
|
||||||
maxChatRoomUser: 300,
|
maxChatRoomUser: 300,
|
||||||
masstextLength: 800,
|
masstextLength: 800,
|
||||||
|
|
||||||
eventRequestInitCount: 30,
|
eventRequestInitCount: 30,
|
||||||
eventRequestDefaultCount: 50,
|
eventRequestDefaultCount: 50,
|
||||||
|
|
||||||
readHereShowMinimumEventCount: 10,
|
readHereShowMinimumEventCount: 10,
|
||||||
readHereShowMaximumEventCount: 100,
|
readHereShowMaximumEventCount: 100,
|
||||||
readHereEventRequestCount: 10
|
readHereEventRequestCount: 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: commonApiUrls,
|
urls: commonApiUrls,
|
||||||
acceptableFileExtensions: commonApiacceptableFileExtensions,
|
acceptableFileExtensions: commonApiacceptableFileExtensions,
|
||||||
acceptableFileExtensionsForImage: commonApiAcceptableFileExtensionsForImage,
|
acceptableFileExtensionsForImage: commonApiAcceptableFileExtensionsForImage,
|
||||||
acceptableFileExtensionsForVideo: commonApiAcceptableFileExtensionsForVideo
|
acceptableFileExtensionsForVideo: commonApiAcceptableFileExtensionsForVideo
|
||||||
},
|
},
|
||||||
|
|
||||||
publicApiModuleConfig: {
|
publicApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: publicApiUrls
|
urls: publicApiUrls
|
||||||
},
|
},
|
||||||
|
|
||||||
externalApiModuleConfig: {
|
externalApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 8011
|
port: 8011
|
||||||
},
|
},
|
||||||
urls: externalApiUrls
|
urls: externalApiUrls
|
||||||
},
|
},
|
||||||
|
|
||||||
messageApiModuleConfig: {
|
messageApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: messageApiUrls
|
urls: messageApiUrls
|
||||||
},
|
},
|
||||||
|
|
||||||
promptApiModuleConfig: {
|
promptApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: promptUrls
|
urls: promptUrls
|
||||||
},
|
},
|
||||||
|
|
||||||
piModuleConfig: {
|
piModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: piUrls
|
urls: piUrls
|
||||||
},
|
},
|
||||||
|
|
||||||
protocolModuleConfig: {
|
protocolModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'ws',
|
protocol: 'ws',
|
||||||
domain: 'lftalk2.lfcorp.com',
|
domain: 'lftalk2.lfcorp.com',
|
||||||
port: 8080
|
port: 8080
|
||||||
},
|
},
|
||||||
urls: protocolUrls,
|
urls: protocolUrls,
|
||||||
reconnect: {
|
reconnect: {
|
||||||
delay: 1000
|
delay: 1000
|
||||||
},
|
},
|
||||||
requestId: {
|
requestId: {
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 59999
|
max: 59999
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -95,7 +95,7 @@ export const environment: Environment = {
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user