39 lines
2.0 KiB
TypeScript
39 lines
2.0 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: true,
|
|
urlForChatBot: 'https://vi.aeroflot.ru/chat/widget.js?entityId=09588b62-1b79-4eff-ab7b-cfbefd4b4f74&accountId=251b09d7-390f-4c92-9a58-c22d20684b35',
|
|
urlForTrackerHub: 'https://platform.aeroflot.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, //кнопка "онлайн регистрация" перестает быть доступна за ча до вылета
|
|
|
|
buyTicketEnabledDaysBeforeStart: 330, // "Купить билет" становится доступна за 330 дней до вылета, перестает быть доступна за сутки до вылета.
|
|
buyTicketEnabledHoursBeforeStop: 6, // "Купить билет" становится доступна за 330 дней до вылета, перестает быть доступна за 6 часов до вылета.
|
|
buyTicketEnabledDaysBeforeStop: 1, // "Купить билет" становится доступна за 330 дней до вылета, перестает быть доступна за сутки до вылета.
|
|
features: {
|
|
flightsMap: true,
|
|
}
|
|
};
|