pf.properties 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ##########################
  2. # Licensed Materials - Property of IBM
  3. #
  4. # IBM Cognos Products: cpscrn
  5. #
  6. #
  7. # (C) Copyright IBM Corp. 2005, 2019
  8. #
  9. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  10. #
  11. ##########################
  12. #################################################################
  13. # Properties file for fragment/dashboard service #
  14. #################################################################
  15. enable.validation=true
  16. record.pipeline=false
  17. record.pipeline.location=./pipeline
  18. # comma separated list of targets for CRSF token checks
  19. fragment.token.checklist=/xts/cogadmin/controls/group_actions.xts,/xts/cogadmin/controls/dispatch_actions.xts,/cmprovider
  20. #################################################################
  21. # Properties for help #
  22. #################################################################
  23. # portal.help.path: documentation folder path (e.g. "documentation")
  24. #
  25. portal.help.path=documentation
  26. # portal.help.supportedLangs: space-delimited supported locales for help and copyright (e.g. "en")
  27. #
  28. portal.help.supportedLangs=en fr de ja
  29. # portal.help.file: help book name (e.g. "ug_cra" or "cps_ag")
  30. portal.help.defaultBook=ug_cra
  31. #################################################################
  32. # Properties for debug settings #
  33. #################################################################
  34. # producer debug settings
  35. producer.debug=false
  36. # root directory to start searching for stage class files from ( don't forget the / at the end)
  37. # don't use classes directory if you have other CPS class files under classes
  38. producer.debug.stages.dir=../webapps/p2pd/WEB-INF/sandbox/
  39. # controller debug settings used in firebug for debugging on the client side
  40. controller.debug=false
  41. controller.debug.file=/fragments/debug.js
  42. # Debug settings for IE firebug Lite
  43. controller.debug.IELite.file=/fragments/firebug/firebug.js
  44. # IELite level 1 = minimum; 2 = dump objects; 4 = dump divs; 15 = dump all
  45. controller.debug.IELite.level=1
  46. # Debug areas objectname:0 for off ,1 for on, 2 for depend. Separate objects with a space
  47. controller.debug.objects=fragment:1 _F_Event:0
  48. # Remote debugging setting, supported values are: -1, 0, 1
  49. # -1 : remote debugging is disabled
  50. # 0 : Remote debugging is only supported when the server is accessed using localhost
  51. # 1 : remote debugging is fully enabled
  52. portal.remote.debug=0