summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/ngappsrc/src/environments/environment.prod.ts
blob: d4692c049e148e7368e35f78f6739754dd5568ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export const environment = {
  production: true,
  baseUrl: '',
  roleFunctionList: 'get_role_functions',
  addRoleFunction: 'role_function_list/addRoleFunction',
  usageList: 'get_usage_list',
  cachedRegions: 'get_regions',
  getRole:'get_role',
  getFnMenuItems:'admin_fn_menu',
  updateFnMenuItem:'admin_fn_menu/updateFnMenu.htm',
  getFunctionCdList:'admin_fn_menu/get_function_cd_list',
  getParentList:'admin_fn_menu/get_parent_list',
  getUserPagination:'get_user_pagination?pageNum=0&viewPerPage=0',
  getAllUsers:'get_all_users',
  deleteRole:'role_list/removeRole',
  getTopMenu:'get_topMenuInfo',
  deleteRoleFunction:'role_function_list/removeRoleFunction',
  deleteMenu:'admin_fn_menu/removeMenuItem.htm',
  getRegion:'jcs_admin/showRegionDetails',
  postSearch:'post_search/search',
  importSearch:'post_search/process',
  getPostProfile:'post_search_sample',
  getSelfProfile:'get_self_profile',
  getProfileById: 'get_profile',
  removeUserRole:'profile/removeRole',
  addUserRole:'profile/addNewRole',
  saveProfile :'profile/saveProfile',
  getFunctionalMenuStaticDetail :'get_topMenuInfo',
  getLeftMenu :'get_menu',
  removeRoleFunction:'role/removeRoleFunction.htm?role_id=',
  saveRole:'role/saveRole.htm?role_id=',
  toggleProfileActive: 'profile/toggleProfileActive?profile_id=',
  isLogDisabled:'true',
  brandName: "Portal SDK",
  getManifest: 'manifest',
  brandLogoImagePath: '',
  footerLink: '',
  footerLinkText: '',
  footerMessage: '',
  footerLogoImagePath: '',
  footerLogoText: ''
};