forked from EBIvariation/eva-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.settings.xml
22 lines (22 loc) · 957 Bytes
/
.travis.settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<settings>
<profiles>
<profile>
<id>test</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<eva.mongo.host>localhost:27017</eva.mongo.host>
<eva.mongo.user></eva.mongo.user>
<eva.mongo.passwd></eva.mongo.passwd>
<eva.mongo.auth.db></eva.mongo.auth.db>
<eva.mongo.read-preference>secondaryPreferred</eva.mongo.read-preference>
<eva.mongo.collections.variants>variants</eva.mongo.collections.variants>
<eva.mongo.collections.files>files</eva.mongo.collections.files>
<eva.version>1.2</eva.version>
<eva.context.root>http://localhost:8080/eva</eva.context.root>
<eva.evapro.datasource>evadev</eva.evapro.datasource>
</properties>
</profile>
</profiles>
</settings>