Task 7: Configuring and Starting Configurator UI
- Procedure
-
Before starting the Configurator UI, configure the application properties from the following table in
$OPE_HOME/roles/configurator-ui/standalone/config/application.properties
file. To update the properties, you can refer to the sample file present under$OPE_HOME/samples/configurator-ui
directory for Oracle and PostgreSQL as per your requirement. The default values are set for PostgreSQL.Category Element Default Value General server.port 9104 configuratorServiceUrl http://localhost:9090 configuratorServiceRetryCount 5 configuratorServiceRetryDuration 5 configuratorTrustStoreAbsoluteFilePath C:/Users/cacert configuratorTrustStorePassword tibco123 configuratorTrustStoreType=jks security.key ENC(nSa0k6lmjPPN8ZA5SO6BpQ==) authentication.token.signing.key ENC(nSa0k6lmjPPN8ZA5SO6BpQ==) authorizationServiceTokenEndPoint http://localhost:9091 authorization.client.id order-management-client authorization.client.secret ENC(ggsmFvh5HBbeSD1j+l5Y0rP4qv0rJvEm) Actuator Properties management.endpoints.web.exposure.include health - Start the authorization service by running the
start.sh
script from$OPE_HOME/roles/configurator-ui/standalone/bin
location.