Task 6: Configuring and Starting Configurator Service
- Procedure
-
Before starting the Configurator service, configure the application properties from the following table in
$OPE_HOME/roles/configurator/standalone/config/application.properties
file. To update the properties, you can refer to the sample file present under$OPE_HOME/samples
directory for Oracle and PostgreSQL as per your requirement. The default values are set for PostgreSQL.Category Element Default Value General server.port 9090 security.key ENC(nSa0k6lmjPPN8ZA5SO6BpQ==) pluggableCache Relational configuratorAccessRoles ROLE_ADMIN Relational Database Connection Properties adminDsUrl jdbc:postgresql://localhost:5432/admindbll?currentSchema=adminschemall_v2 adminDsUsername adminuserll adminDsPassword ENC(O4UrXXgTEmyecFyHLo+Ivw==) datasourceDriverClassName org.postgresql.Driver hibernateDialect org.hibernate.dialect.PostgreSQLDialect hibernateDsDefaults false adminHibernateShowSql
false adminDsInitialSize= 10 adminDsMaxWait
30000 adminDsMaxActive
100 adminDsMaxIdle 100 adminDsMinIdle
10 datasourceValidationQuery
SELECT 1 adminDsTestOnBorrow true adminDsValidationInterval 5000 Actuator Endpoints Properties management.endpoints.web.exposure.include health,refresh,loggers management.endpoint.health.show-details ALWAYS Notification Properties notificationChannel app_properties_events listenIntervalInMillis 1000 purgeNotificationIntervalInMinutes 15 purgeNotificationStartDelayInMinutes 15 purgeNotificationOffsetInMinutes 5 - Start the authorization service by running the
start.sh
script from$OPE_HOME/roles/configurator/standalone/bin
location.