var webBaseUrl = "https://ebill.scg.com/"; var serviceBaseUrl = "https://ebill.scg.com/"; var globalFsConfig = { WebBaseUrl: webBaseUrl, ServiceBaseUrl: serviceBaseUrl, LoginUrl: webBaseUrl + "Modules/EBill.Web/Login.aspx", AuthenticationUrl: webBaseUrl + "EBillAuthentication/Login/ExternalLogin", HomeUrl: webBaseUrl + "Modules/EBill.Web/Home.aspx", PermissionDeniedUrl: webBaseUrl + "Modules/Core.Web/PermissionDenied.aspx", ForgetPasswordUrl: webBaseUrl + "Modules/EBill.Web/ForgetPassword.aspx", BUInboxUrl: webBaseUrl + "Modules/EBill.Web/EmployeeInbox.aspx", AccInboxUrl: webBaseUrl + "Modules/EBill.Web/AccountantInbox.aspx", AccAPInboxUrl: webBaseUrl + "Modules/EBill.Web/AccountantAPInbox.aspx", RootMenuCode: null, IsShowAllMenu: false, IsAlwayCollaspeMenu: true, DefaultLanguageCode: "en-US", YearOffset: 0, MenuIcons: { "Home": "icon-home", "Permission": "icon-user", "Master": "fa fa-cog", "Admin": "fa fa-user", "RequestForm": "fa fa-file", "EmailLog" : "fa fa-envelope", "Employee" :"fa fa-user-circle", "Accountant" : "fa fa-address-card", "AccountantAP" : "fa fa-address-card-o", "Report" : "fa fa-clipboard", "Help":"fa fa-info" }, IsLoginByOU : false }; var globalWfConfig = { }