Common Configuration

This table shows the common configuration variables and their configuration properties.

General Configurations
Configuration Variable Name Configuration Property Value
default.tenant.id TIBCO
enableSecureAPI true
omPluggableCache Redis
cmPluggableCache Redis
com.tibco.fos.config.mode OM
Note: If the enableSecureAPI value is set as false, the authentication is bypassed.
Management Actuator endpoint configurations
Configuration Variable Name Configuration Property Value
management.endpoints.web.exposure.include health,info
management.endpoints.jmx.exposure.include *
management.endpoints.web.base-path /management
management.endpoints.health.enabled true
management.endpoint.health.show-details ALWAYS
management.health.defaults.enabled true
management.endpoints.metrics.enabled true
management.endpoints.jolokia.enabled true
management.health.redis.enabled false
info.app.version 5.1.0
Authorization Server Configuration Properties Used for Swagger UI
Configuration Variable Name Configuration Property Value
authorization_server_address http://localhost:9091
authorization_server_oauth_url ${authorization_server_address}/oauth/token
authorization.client.id order-management-client
authorization.client.secret order-management-secret
authentication.token.signing.key ENC(nSa0k6lmjPPN8ZA5SO6BpQ==)
useAccessTokenFromProperty false