Initial commit: Aeroflot Flights Web Angular 12 application
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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,
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,38 @@
|
||||
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,
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,32 @@
|
||||
|
||||
export const environment = {
|
||||
apiRootUrl: '/api',
|
||||
wsRootUrl: '/flights',
|
||||
production: false,
|
||||
mapApiUrl: '/map/api/tile/{z}/{x}/{y}.jpeg',
|
||||
urlForChatBot: 'https://vi-tst.aeroflot.ru/chat/widget.js?entityId=893f2480-0a92-47ee-811e-5c9a711444ff&accountId=5af4ad68-b25a-46b7-9ff5-8ed36a43703f',
|
||||
urlForTrackerHub: 'https://platform.test.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, //кнопка "онлайн регистрация" перестает быть доступна за ча до вылета
|
||||
features: {
|
||||
flightsMap: true,
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,34 @@
|
||||
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,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user