Unverified Commit a90e55a2 authored by Akhil's avatar Akhil Committed by GitHub
Browse files

Merge pull request #3269 from project-sunbird/revert-3264-private-search

Revert "change upstream URL for private search"
Showing with 1 addition and 2 deletions
+1 -2
......@@ -108,7 +108,6 @@ lms_service_url: "http://lms-service:9000"
cert_service_url: "http://cert-service:9000"
cert_registry_service_url: "http://cert-registry-service:9000"
content_service_url: "http://content-service:9000"
search_service_url: "http://search-service:9000"
report_service_url: "http://report-service:3030"
group_service_url: "http://groups-service:9000"
analytics_api_service_url: "http://analytics-service:9000"
......@@ -359,7 +358,7 @@ kong_apis:
- name: compositePrivateSearch
uris: "{{ composite_service_prefix }}/v1/private/search"
upstream_url: "{{ search_service_url }}/v3/private/search"
upstream_url: "{{ knowledge_mw_service_url }}/v3/private/search"
strip_uri: true
plugins:
- name: jwt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment