Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. const baseEnvironment = {baseUrl: 'http://localhost:8080/'};
  2. // const baseEnvironment = {baseUrl: 'http://pointshub-dev2-web.lodz.comarch:8050/'};
  3. export const environment = {
  4. production: false,
  5. programsUrl: baseEnvironment.baseUrl + 'programs/',
  6. tokenUrl: 'http://localhost:8006/oauth/token?grant_type=client_credentials&scope=all',
  7. // tokenUrl: 'http://pointshub-dev2-web.lodz.comarch:8006/oauth/token?grant_type=client_credentials&scope=all',
  8.  
  9. userId: 'z angulara',
  10. userCredentials: {userName: 'client1', userPassword: 'client1pwd'},
  11. configDialogYesNo: {
  12. disableClose: false,
  13. panelClass: 'custom-overlay-pane-class',
  14. hasBackdrop: true,
  15. backdropClass: '',
  16. width: '25%',
  17. height: '17%',
  18. position: {
  19. top: '',
  20. bottom: '',
  21. left: '',
  22. right: ''
  23. },
  24. data: {
  25. message: '',
  26. submitText: 'Yes',
  27. cancelText: 'No'
  28. }
  29. }
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement