Skip to content

Commit 00fa52b

Browse files
committed
took out config for external nodes. This is now done through nodes.json
1 parent e4c3b60 commit 00fa52b

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

config/config.xml

+1-23
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
55

6-
7-
<bean id="testRefSvrNode"
8-
class="org.broadinstitute.macarthurlab.matchbox.entities.MatchmakerNode">
9-
<constructor-arg type="java.lang.String" value="Test Reference Server" />
10-
<constructor-arg type="java.lang.String" value="abcd" />
11-
<constructor-arg type="java.lang.String" value="https://localhost:8443/match" />
12-
<constructor-arg type="java.lang.String" value="application/vnd.ga4gh.matchmaker.v1.0+json"/>
13-
<constructor-arg type="java.lang.String" value="application/vnd.ga4gh.matchmaker.v1.0+json"/>
14-
<constructor-arg type="java.lang.String" value="en-US"/>
15-
<constructor-arg type="boolean" value="true"/>
16-
</bean>
17-
18-
19-
<bean id="matchmakerSearch"
20-
class="org.broadinstitute.macarthurlab.matchbox.search.MatchmakerSearchImpl">
21-
<property name="matchmakers">
22-
<list>
23-
<ref bean="testRefSvrNode"/>
24-
</list>
25-
</property>
26-
</bean>
27-
28-
6+
297
<bean id="defaultAccessToken"
308
class="org.broadinstitute.macarthurlab.matchbox.entities.AuthorizedToken">
319
<constructor-arg type="java.lang.String" value="Default Access Token" />

0 commit comments

Comments
 (0)