File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ansible/roles/kong-api/defaults Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ lms_service_url: "http://lms-service:9000"
100100cert_service_url : " http://cert-service:9000"
101101cert_registry_service_url : " http://cert-registry-service:9000"
102102content_service_url : " http://content-service:9000"
103+ search_service_url : " http://search-service:9000"
103104report_service_url : " http://report-service:3030"
104105opensaber_service_url : " http://opensaber-service:8080"
105106program_service_url : " http://program-service:6000"
@@ -414,7 +415,7 @@ kong_apis:
414415
415416 - name : compositePrivateSearch
416417 request_path : " {{ composite_service_prefix }}/v1/private/search"
417- upstream_url : " {{ knowledge_mw_service_url }}/v3/private/search"
418+ upstream_url : " {{ search_service_url }}/v3/private/search"
418419 strip_request_path : true
419420 plugins :
420421 - name : jwt
You can’t perform that action at this time.
0 commit comments