env_settings.ini file parameters

Defines the env_settings.ini file parameters.

outputclass="summary">Summary for complex table

Property Description
 [db.db2] section 
cmdline_client_ddl_error_filter ORA-01418: |ERROR at line |ORA-00942: |select|SELECT|\*|Failed to execute:
 [dam] section 
enable Specifies whether Digital Asset Management is to be enabled. Possible value is yes or no. The default value is no.
 [freetext-search] section 
elastic_authentication Specifies whether the authentication for the OpenSearch is to be enabled. Possible value is true or false. The default value is false.
elastic_cluster_name Specifies the name of the OpenSearch cluster. The default value is es-cluster.
elastic_encrypt_password Specifies whether to skip elastic_password in this file, and instead provide as parameter to the configureEnv.sh file. To encrypt the password, set the value to yes and remove the value of password parameter.
elastic_password Specifies the plain text password for the OpenSearch username, if the value of the elastic_authentication is true.
elastic_server_hostname Specifies the hostname of the OpenSearch Server with port number.

Example

"elastic_server_hostname=https://abc.com:9200" or "elastic_server_hostname=http://abc.com:9200"

elastic_username Specifies the OpenSearch username, if the value of the elastic_authentication is true.
enable Specifies whether Free Text Search is to be enabled. Possible value can be yes or no. The default value is no.
indexer_port Specifies the port number for the Indexer application. Change port number, if the port 9096 is not available.
pimcollector_port Specifies the port number for the pimcollector application. Change port number, if the port 9095 is not available.
 [hazelcast] section 
hazelcast_server_IpAddress Specifies the IP address of the Hazelcast Server, for example, "hazelcast_server_IpAddress=10.200.10.232".
hazelcast_server_port Specifies the port number of the Hazelcast Server, for example, "hazelcast_server_port=5702".
 JAVA section   
java17_home GAThe path for the IBM Semeru Runtime Certified Edition 17 (JDK) home path without the trailing slash. A required property for starting the Indexer and pimcollector services.
 [mdmrest-app-war] section   
enable Specifies whether REST APIs are to be enabled. Possible value is yes or no. The default value is no.
 [mdmui-app-war] section   
enable Specifies whether Persona-based UI is to be enabled. Possible value is yes or no. The default value is no.
 [mlservice] section 
enable Specifies whether the ML services are enabled. Possible value is "yes" or "no". The default value is "no".
ml_service_protocol Specifies the protocol for the ML service.
  Specifies the hostname where the ML services are deployed.
ml_controller_port Specifies the port number to start the controller service.
ml_attributes_port Specifies the port number to start the attributes service.
ml_categorization_port Specifies the port number to start the categorization service.
ml_standardization_port Specifies the port number to start the standardization service.
ml_number_of_neighbors Specifies the number of the neighboring words to consider while constructing metadata (context pairs) for given training data. This is a ML Standardization service property.
 [mongo] section 
mongo_database Specifies the MongoDB database name.
mongo_hostname Specifies the hostname of MongoDB server.
mongo_password Specifies the MongoDB user password.
mongo_port Specifies the MongoDB port number. The default value is 27017.
mongo_username Specifies the MongoDB username.
mongodb_encrypt_password Specifies whether to skip mongo_password in this file, and instead provide as parameter to the configureEnv.sh file. To encrypt the password, set the value to yes and remove the value of password parameter.
 Open ID-SSO support 
oidc_email email
oidc_first_name firstName
oidc_last_name lastName
oidc_issuer The user attribute, which represents the URL for the OIDC issuer details in the OIDC assertion, for example,

URL

oidc_sso_enabled Specifies whether ODIC SSO is enabled.
oidc_roles roles
oidc_username The user attribute, which represents the username in the OIDC assertion, for example,

username

 [sdp] section 
restapi_base_url The REST API URL for SDP Automation feature.
 [smtp] section 
from_address Specifies the SMTP sender address for the email bean.
smtp_additional_props Specifies additional SMTP properties as the semicolon separated key-value pairs. For example,
smtp_additional_props = mail.smtp.timeout=10;mail.smtp.sasl.enable=true
smtp_address Specifies the SMTP address for the email bean.
smtp_authentication Specifies whether the authentication for the SMTP is to be enabled. Possible value is true or false. The default value is false.
smtp_encrypt_password Specifies whether to skip smtp_password in this file, and instead provide as parameter to the configureEnv.sh file. To encrypt the password, set the value to yes and remove the value of password parameter.
smtp_password Specifies the SMTP password.
smtp_port Specifies the SMTP port number. The default value is 25.
smtp_username Specifies the SMTP username.
 [sso] section 
enable_sso Specifies whether SSO is to be enabled. Possible value is true or false. The default value is "false".
sso_company Specifies the company name when SSO is enabled.
 [vendor-portal] section 
enable Specifies whether Vendor portal is to be enabled. Possible value is yes or no. The default value is no.