Common Configuration
This table shows the common configuration variables and their configuration properties.
Configuration Variable Name | Configuration Property Value |
---|---|
default.tenant.id | TIBCO
|
enableSecureAPI | true
|
omPluggableCache | Relational
|
cmPluggableCache | Relational
|
com.tibco.fos.config.mode | OM
|
Note: If the
enableSecureAPI
value is set as
false
, the authentication is bypassed.
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
|
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
|