123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- ##########################
- # Licensed Materials - Property of IBM
- #
- # IBM Cognos Products: cpscrn
- #
- #
- # (C) Copyright IBM Corp. 2005, 2019
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ##########################
- #################################################################
- # Properties file for fragment/dashboard service #
- #################################################################
- enable.validation=true
- record.pipeline=false
- record.pipeline.location=./pipeline
- # comma separated list of targets for CRSF token checks
- fragment.token.checklist=/xts/cogadmin/controls/group_actions.xts,/xts/cogadmin/controls/dispatch_actions.xts,/cmprovider
- #################################################################
- # Properties for help #
- #################################################################
- # portal.help.path: documentation folder path (e.g. "documentation")
- #
- portal.help.path=documentation
- # portal.help.supportedLangs: space-delimited supported locales for help and copyright (e.g. "en")
- #
- portal.help.supportedLangs=en fr de ja
- # portal.help.file: help book name (e.g. "ug_cra" or "cps_ag")
- portal.help.defaultBook=ug_cra
- #################################################################
- # Properties for debug settings #
- #################################################################
- # producer debug settings
- producer.debug=false
- # root directory to start searching for stage class files from ( don't forget the / at the end)
- # don't use classes directory if you have other CPS class files under classes
- producer.debug.stages.dir=../webapps/p2pd/WEB-INF/sandbox/
- # controller debug settings used in firebug for debugging on the client side
- controller.debug=false
- controller.debug.file=/fragments/debug.js
- # Debug settings for IE firebug Lite
- controller.debug.IELite.file=/fragments/firebug/firebug.js
- # IELite level 1 = minimum; 2 = dump objects; 4 = dump divs; 15 = dump all
- controller.debug.IELite.level=1
- # Debug areas objectname:0 for off ,1 for on, 2 for depend. Separate objects with a space
- controller.debug.objects=fragment:1 _F_Event:0
- # Remote debugging setting, supported values are: -1, 0, 1
- # -1 : remote debugging is disabled
- # 0 : Remote debugging is only supported when the server is accessed using localhost
- # 1 : remote debugging is fully enabled
- portal.remote.debug=0
|