diff options
Diffstat (limited to 'data-router/dynamic')
-rwxr-xr-x | data-router/dynamic/conf/entity-event-policy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data-router/dynamic/conf/entity-event-policy.xml b/data-router/dynamic/conf/entity-event-policy.xml index 6c44ce3..0234b46 100755 --- a/data-router/dynamic/conf/entity-event-policy.xml +++ b/data-router/dynamic/conf/entity-event-policy.xml @@ -6,7 +6,7 @@ <bean id="eepConfig" class="org.openecomp.datarouter.policy.EntityEventPolicyConfig" > <property name="sourceDomain" value="default" /> - <property name="searchBaseUrl" value="<TO_REPLACE>" /> + <property name="searchBaseUrl" value="https://aai.searchservice.simpledemo.openecomp.org:9509" /> <property name="searchEndpoint" value="services/search-data-service/v1/search/indexes/" /> <property name="searchEndpointDocuments" value = "documents" /> <property name="searchEntitySearchIndex" value="entity-search-index" /> |