35 lines
1.4 KiB
TypeScript
35 lines
1.4 KiB
TypeScript
export const environment = {
|
|
apiRootUrl: '/api',
|
|
wsRootUrl: '/flights',
|
|
//mapApiUrl: '/map/api/tile/{z}/{x}/{y}.png',
|
|
//mapApiUrl: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
|
mapApiUrl: '/map/api/tile/{z}/{x}/{y}.jpeg',
|
|
mapAttribution : '',
|
|
production: false,
|
|
urlForChatBot: 'https://vi.aeroflot.ru/chat/widget.js?entityId=09588b62-1b79-4eff-ab7b-cfbefd4b4f74&accountId=251b09d7-390f-4c92-9a58-c22d20684b35',
|
|
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: false,
|
|
}
|
|
};
|