Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. export const environment = {
  2. production: false,
  3. WSO2APIKey: '952e1997-f4f4-3862-bb18-c049c80ce579',
  4. wso2ConsumerKey: 'YmxjTlFHa3A1VGZ4cWhEQXREUWZPd1IxSHNjYTp5V3BsU3lCZnZBSER0R291cXg2TEhuSUs3Q2dh',
  5. baseURLWSO2NodeServer: 'https://development.choiceworxhome.com/wso2apis/node/v1',
  6. baseURLWSO2Keystone: 'https://development.choiceworxhome.com/wso2apis/CMS/v1',
  7. googleMapsKey: 'AIzaSyA3vleLMDpX7iYF4b6jzQ4xzqiNsSd5CZo',
  8. routeAddEmailNoode: '/createUser',
  9. routeSendEmailNode: '/sendEmail',
  10. routeGetCMSSupportPage: '/support-page-contents',
  11. routeGetCMSAboutPage: '/about-and-contact-page-contents',
  12. WS02API: 'https://development.choiceworxhome.com/oauth',
  13. WSO2ClientId: 'GGPxCnUVwQ1a8J04miRf6bHaNPAa',
  14. WSO2SecretClientId: 'tlTPeByn0f6RtXrOvzC5oTVPudca',
  15. WSO2OAuth2Path: '/oauth2/token',
  16. LandingPageCMSAPI: '/landing-page-contents',
  17. FeaturesPageCMSAPI: '/features-page-contents',
  18. SignupPageCMSAPI: '/signup-page-contents',
  19. routeAddEmail: '/createUser',
  20. findUserById: '/findUserById',
  21. routeAddLinkedInUser: '/userLinkedIn',
  22. routeAddPasswordInUser: '/password',
  23. naic: '/naic',
  24. company: '/company',
  25. guestUser: 'admin',
  26. guestUserPassword: 'admin',
  27. sendSMS: '/sendSMS',
  28. verifySms: '/verifySMS',
  29. addUserInfo: '/addUserInfo',
  30. createUserWSO2: '/createUserWso2',
  31. dashboard: '/dashboard-template-contents',
  32. linkedInLogin: '/findUserByLinkedInId',
  33. getCompany: '/getCompany',
  34. inviteUsers: '/inviteUsers',
  35. GeneralCMSAPI: '/generals',
  36. login: '/login',
  37. loginWso2: '/loginWso2',
  38. myDevices: '/mydevices',
  39. getAccess: '/getActions',
  40. getUsers: '/user',
  41. deleteUser: '/user',
  42. botTalk: '/talk',
  43. greetMessage: '/greetMessages',
  44. createIssueMessages: '/createIssueMessages',
  45.  
  46. cookieExpirationTime: 3600
  47. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement