cbsEnvironmentVars.ini 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # BI and PM: BI
  7. #
  8. # (C) Copyright IBM Corp. 2017, 2018
  9. #
  10. # The source code for this program is not published or otherwise
  11. # divested of its trade secrets, irrespective of what has been
  12. # deposited with the U.S. Copyright Office.
  13. #
  14. # prevent JGit from trying to exec bash or native git to fetch the users local configuration.
  15. # This is unnecessary, creates noise in the logs, and has been seen to cause hangs.
  16. # See RTC 138548
  17. GIT_CONFIG_NOSYSTEM=no
  18. #
  19. ########## These env are for stand alone service ###########
  20. #
  21. # Set this flag to true if this server is for stand alone service
  22. RUNNING_ON_CLOUD=
  23. #
  24. # Set the host of a flipper server.
  25. FLIPPER_HOST=
  26. #
  27. # Set the port of a flipper server. It is the value of property "configGroupMemberSyncPort".
  28. FLIPPER_PORT=
  29. #
  30. # remote BI service endpoint for user authentication
  31. # e.g. BI_ENDPOINT=http://biserver:9300/bi
  32. BI_ENDPOINT=
  33. #
  34. #
  35. # Set this flag to true if this server has P2PD installed and configured.
  36. # When this flag is set to true, we'll start transfering the speicified global settings
  37. # (e.g. the active CM url : contentManager) from legacy configuration storage to Flipper storage
  38. # for global access
  39. RUNNING_WITH_P2PD=