File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
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
+
29
7
<bean id =" defaultAccessToken"
30
8
class =" org.broadinstitute.macarthurlab.matchbox.entities.AuthorizedToken" >
31
9
<constructor-arg type =" java.lang.String" value =" Default Access Token" />
You can’t perform that action at this time.
0 commit comments