TM Forum Configuration
This table shows the TM Forum configuration variables and their configuration properties.
Configuration Variable Name | Configuration Property Value | Description |
---|---|---|
access.token | N/A | Static access token |
auth.service.host | localhost | Authorization service host address |
auth.service.protocol | http | Authorization service HTTP transport channel type |
auth.service.order-management-client | order-management-client | Authorized client ID |
auth.service.order-management-secret | order-management-secret | Authorized client secret |
auth.service.password | admin | Application user password |
auth.service.path | /oauth/token | Authorization service endpoint |
auth.service.port | 9091 | Authorization service port |
auth.service.username | admin | Application user name |
spring.jackson.default-property-inclusion | NON_NULL | During serialization, inclusion of properties |
om.server.withdraw.order.path | /v1/order/ | Orchestrator service WithdrawOrder endpoint |
om.server.order.details.path | /v1/order | Orchestrator service GetOrderDetails endpoint |
logging.config | config/logback_tmf.xml | Logging configuration file path |
om.server.host | localhost | Orchestrator service host address |
om.server.protocol | http | Orchestrator service HTTP transport channel type |
om.server.submit.order.path | /v1/SubmitOrder | Orchestrator submits order endpoint |
om.server.port | 9093 | Orchestrator service port |
om.server.tenantid | TIBCO | Tenant ID to be passed with the token |
useAccessTokenFromProperty | false | Use this flag to control the get access token from the property file |
Copyright © Cloud Software Group, Inc. All rights reserved.