Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. # AHS Common settings
  2. ahs.settings.version=${env.SVN_REVISION}
  3.  
  4. #UI urls
  5. ahs.ama_ui.url=%{request.schema}://${ahs.as.host}:%{request.port}/workbench-service/
  6. ahs.dce_ui.url=%{request.schema}://${ahs.as.host}:%{request.port}/data-catalog-service/
  7. ahs.amaIssuerDataView_ui.url=%{request.schema}://${ahs.as.host}:%{request.port}/workbench-service/issuer-data-view/
  8. env.SVN_REVISION = 123
  9.  
  10.  
  11. ahs.as.host=ftc-lbjbahs205
  12. ahs.as.port=8080
  13. ahs.as.port.secure=8443
  14. ahs.as.url=http://${ahs.as.host}:${ahs.as.port}
  15. ahs.as.url.secure=https://${ahs.as.host}:${ahs.as.port.secure}
  16.  
  17.  
  18. #DB
  19. ahs.db.schema=AHS
  20. ahs.db.jndi.name.default=java:jboss/datasources/com.moodys.ahs.AHS_DS
  21.  
  22. # Single-Sign-On
  23. ahs.sso.metadataUrl.default=https://adfsqa.moodys.net/FederationMetadata/2007-06/FederationMetadata.xml
  24.  
  25. #Service urls
  26. ahs.lookup_service.url=http://${ahs.as.host}:8080/lookup-service
  27. ahs.calculation_service.url=http://localhost:8080/calculation-service
  28. ahs.org_service.url=http://${ahs.as.host}:8080/org-service
  29. ahs.aom_service.url=http://${ahs.as.host}:8080/aom-service
  30. ahs.coa_service.url=http://${ahs.as.host}:8080/coa-service
  31. ahs.data_connector.url=http://${ahs.as.host}:8080/data-connector
  32. ahs.excel_backend.url=https://${ahs.as.host}:8443/excel-backend
  33. ahs.workbench.url=https://${ahs.as.host}:8443/workbench-service/
  34. ahs.statement_service.url=http://${ahs.as.host}:8080/statement-service
  35. #
  36. aomservice.https.url=https://${ahs.as.host}:8443/aom-service/
  37. analytic.object.service.url=http://${ahs.as.host}:8080/aom-service
  38. workbench.https.url=https://${ahs.as.host}:8443/workbench-service/
  39. excelbackend.https.url=https://${ahs.as.host}:8443/excel-backend
  40. #
  41. #PEGA
  42. ahs.pega.host=ftc-lbwasahs201
  43. ahs.pega.port=9082
  44. ahs.pega.url=http://${ahs.pega.host}:${ahs.pega.port}/prweb/sso
  45. ahs.pega.api.url=http://${ahs.pega.host}:${ahs.pega.port}/prweb/PRRestService/analytics/v1/
  46.  
  47.  
  48. data-catalog.url=http://${ahs.as.host}:8080/data-catalog-service/
  49. spreading.app.url=http://${ahs.as.host}:8080/spreading-tool-service/
  50. pdf-service.url=http://${ahs.as.host}:8080/pdf-service/
  51. pdf-service.url.secure=https://${ahs.as.host}:8443/pdf-service/
  52. spreading.app.https.url=https://${ahs.as.host}:8443/spreading-tool-service/
  53.  
  54. #FileNet
  55. ahs.cmis.atompub_url=http://app-was-filenet-ahs-ftc-dv-201:82/fncmis/resources/Service
  56. ahs.cmis.username=s_dv_ahs_ecm_read
  57. ahs.cmis.password=kadFaftof&6ilna
  58. ahs.cmis.object_store_name=ECMROS1DEV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement