1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- ##########################
- # Licensed Materials - Property of IBM
- #
- # IBM Cognos Products: cpscrn
- #
- #
- # (C) Copyright IBM Corp. 2005, 2011
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ##########################
- #################################################################################
- # IBM Cognos Portal Services 2.0
- # Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- # Cognos and the Cognos logo are trademarks of Cognos ULC, (formerly Cognos Incorporated).
- #
- # Oracle WebCenter Interaction settings.
- #
- ##################################################################################
- ##########################################################################################################
- # cps_endpoint - default URL endpoint #
- # e.g. http://localhost/ibmcognos/cgi-bin/cognos.cgi/wsrp/cps4/portlets/[package]?wsdl&b_action=cps.wsdl #
- ##########################################################################################################
- cps_endpoint=http://localhost/ibmcognos/cgi-bin/cognos.cgi/wsrp/cps4/portlets/[package]?wsdl&b_action=cps.wsdl
- ###################################################
- # The shared secret code Cognos uses to #
- # encrypt an HTTP header variable that carries the#
- # user identity. #
- # #
- # This parameter represents the authorization #
- # secret that must be shared between the Cognos #
- # portlets and the Cognos server. #
- # #
- # Consider this as a secret password. Use the same#
- # value that you used for Shared Secret in Cognos #
- # Configuration. (Environment->Portal Services) #
- # #
- # For security reasons, we recommend you specify a#
- # non-null value. #
- ###################################################
- cps_auth_secret=
- #################################################
- # Authentication namespace ID #
- #################################################
- cps_auth_namespace=
- ##################################################
- # List of cookies to be forwarded to the producer#
- # (e.g. siteminder token) #
- # The cookies are comma separated #
- ##################################################
- forward_cookies=
- #################################################
- # logging_level - logging level #
- # e.g. ERROR, WARN, INFO, DEBUG #
- #################################################
- logging_level = ERROR
- #################################################
- # images_path - app relative image path #
- # e.g. /cps4/images/ #
- #################################################
- images_path = /cps4/
- #################################################
- # max_cached_pages - maximum number of pages to #
- # cache, per gadget instance #
- #################################################
- max_cached_pages = 10
- ##################################################
- # Cognos Web Content URL Overide #
- ##################################################
- _webcontentURL=
- ##################################################
- # Cognos Gateway URL Overide #
- ##################################################
- _gatewayURL=
|