Skip to content

Commit 0d3497d

Browse files
committed
remove TMForum
1 parent 118a9b6 commit 0d3497d

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

src/main/java/it/eng/dome/billing/proxy/tmf/TmfApiFactory.java

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/main/resources/application.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build:
1515
logging:
1616
level:
1717
it.eng.dome: ${LOG_LEVEL:DEBUG}
18+
org: TRACE
1819

1920
# Spring Boot Actuator
2021
management:
@@ -41,18 +42,4 @@ billing:
4142
invoicing_service: ${INVOICING_SERVICE:http://localhost:8380}
4243
billing_engine: ${BILLING_ENGINE:http://localhost:8080}
4344

44-
# TMForum Endpoints
45-
tmforumapi:
46-
tmf_endpoint: ${TMF_ENDPOINT:https://dome-dev.eng.it}
47-
48-
tmf_envoy: ${TMF_ENVOY:true}
49-
# valid only if envoy false
50-
tmf_namespace: ${TMF_NAMESPACE:marketplace}
51-
tmf_postfix: ${TMF_POSTFIX:svc.cluster.local}
52-
tmf_port: ${TMF_PORT:8080}
53-
54-
# STATIC PATHs
55-
tmf620_catalog_path: tmf-api/productCatalogManagement/v4
56-
tmf637_inventory_path: tmf-api/productInventory/v4
57-
tmf678_customer_bill_path: tmf-api/customerBillManagement/v4
5845

0 commit comments

Comments
 (0)