Skip to content

Commit

Permalink
clean-up standalone config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouly committed Dec 18, 2024
1 parent 297d2bc commit 47099c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 132 deletions.
11 changes: 8 additions & 3 deletions standalone/config/decisioncenter-configuration.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Disable the Decision Model feature
system.com.ibm.rules.decisioncenter.disableDecisionModeling=true

# Enable the 'Decision Center database setup' service
com.ibm.rules.decisioncenter.setup.enable=true

Expand All @@ -24,6 +27,10 @@ com.ibm.rules.decisioncenter.setup.ldap-configurations=
# Define path to file with group security configurations
com.ibm.rules.decisioncenter.setup.group-security-configurations=/config/apps/decisioncenter.war/WEB-INF/classes/config/group-security-configurations.xml

# Property denoting the availability of NPS in Decision Center.
# Default is false.
property.com.ibm.rules.decisioncenter.nps.disabled=true

# Define a list of servers separated by semi colon to add to Decision Center configuration
# format: <name>|<url>|<type>|<description>|<groups> where
# - <name> is the name of the server
Expand All @@ -33,9 +40,7 @@ com.ibm.rules.decisioncenter.setup.group-security-configurations=/config/apps/de
# - <groups> is one of '*' to let all groups have access to the servers or a separated comma list of groups ie group1, group2, group3
# - (optional) <user> is the name of the user used to connect to the server
# - (optional) <password> is the password of the user used to connect to the server
com.ibm.rules.decisioncenter.setup.server-configurations= \
Decision Service Execution|http://localhost:9060/res|res_url|Use this server to deploy decision services that you want to execute.|*|odmAdmin|odmAdmin; \
Test and Simulation Execution|http://localhost:9060/DecisionRunner|decision_runner|Use this server to run tests and simulations for decision services.|*|odmAdmin|odmAdmin
com.ibm.rules.decisioncenter.setup.server-configurations=/config/server-configurations.json

# Set global properties in the database
# format: property.<name of the property> where
Expand Down
129 changes: 0 additions & 129 deletions standalone/config/new-decisioncenter-configuration.properties

This file was deleted.

0 comments on commit 47099c2

Please sign in to comment.