Always be sure to update the values in the B2BCloudGV Global Variable object (part of the b2bcloud.core Project) to match the customer/environment you are working on.
Below is a description of the variables.
Variable Name | Description |
EFSMountDirectory | Root directory of the shared filesystem for all CIC implementations. This should NOT be changed. |
ClarifyCustom |
This is the default ClarifyCustom directory and will be used for all file-based integration within the CIC Integration Engine. |
B2BCloudAdminEmail |
This is the email address where failure notifications will be sent. This should always be set to cleointegrationcloud@cleo.com in all production environments where the implementation has been handed off to the Managed Services team. The Stage environment should not be configured to use the cleointegrationcloud@cleo.com email address as it will create Zendesk tickets. Please use your own email address for testing in the Stage environment. |
B2BCloudHostEmail |
This email address is used as the from email address on all failure notifications. This email address is environment-specific so you may need to verify with the Cloud support team. |
Environment |
This value is used in the subject of all failure notifications and should reflect the correct environment (for example, Reddy Ice B2B Cloud Stage and Reddy Ice B2B Cloud Production). |
PostgresDatabaseURL |
This value should reflect the CIC Integration Engine database JDBC URL. This value is used on the customerLookupDS data source within the b2bcloud.core project. This data source should be used when interacting with the Postgres database. This data source is using internal global variables to resolve the JDBC Driver as well as the database Username and Password. Note: The database password will change regularly and this variable will help you avoid having to make any changes within the Integration Engine. |
defaultDatabaseSchema |
This value is used on the customerLookupDS and should reflect the name of the schema you are referencing within the Postgres database. |
Related Topics