35 lines
1.4 KiB
TypeScript
35 lines
1.4 KiB
TypeScript
export const environment = {
|
|
apiRootUrl: '/api',
|
|
wsRootUrl: '/flights',
|
|
mapApiUrl: 'http://localhost:8080/api/tile/{z}/{x}/{y}.jpeg',
|
|
//mapApiUrl : 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
|
|
//mapApiUrl: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
|
mapAttribution : '',
|
|
production: false,
|
|
urlForChatBot: 'https://vi-tst.aeroflot.ru/chat/widget.js?entityId=893f2480-0a92-47ee-811e-5c9a711444ff&accountId=5af4ad68-b25a-46b7-9ff5-8ed36a43703f',
|
|
urlForTrackerHub: 'http://platform.yc.webzavod.ru/tracker/hub',
|
|
appInsights: {
|
|
instrumentationKey: '',
|
|
application: '',
|
|
category: '',
|
|
env: '',
|
|
loggingLevelTelemetry: 1,
|
|
disableAjaxTracking: true,
|
|
},
|
|
|
|
refreshPauseMin: 15,
|
|
refreshStopMin: 60,
|
|
|
|
boardCalendarDatesEnabledCountBack: 1,
|
|
boardCalendarDatesEnabledCountForward: 14,
|
|
|
|
scheduleCalendarDatesEnabledCountBack: 1,
|
|
scheduleCalendarDatesEnabledCountForward: 330,
|
|
|
|
onlineRegistrationEnabledDaysBefore: 1, //кнопка "онлайн регистрация" становится доступна за сутки до вылета
|
|
onlineRegistrationEnabledHoursBefore: 1, //кнопка "онлайн регистрация" перестает быть доступна за ча до вылета
|
|
features: {
|
|
flightsMap: true,
|
|
}
|
|
};
|