-
Notifications
You must be signed in to change notification settings - Fork 2
/
properties_local_windows.xml
34 lines (28 loc) · 1.44 KB
/
properties_local_windows.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<!-- DEV -->
<properties>
<comment>Properties for a local system</comment>
<!-- eSciDoc core properties -->
<entry key="repoServiceUrl">http://localhost:8080/ir/item/</entry>
<!-- Host names -->
<entry key="www-server">http://localhost:8080</entry>
<!-- Host name of infrastructure as made known to integrated tools (to fetch data from or send data to) -->
<entry key="baseUrlTools">http://localhost:8080</entry>
<!-- Host name used to access resources (in combination with serviceUrl and item id) -->
<!-- Location of staging area
remember to edit /etc/httpd/conf.d/proxy_ajp.conf:
ProxyPass /toolsdata !
-->
<entry key="documentRoot">C:/gitprojects/DK-ClarinTools/work/data/</entry>
<!-- The value of the stagingArea key must also be the name of a service,
so that all fetches of results by users are under control of the service! -->
<entry key="stagingArea">/tools/work/data/</entry>
<entry key="toolsHome">C:/gitprojects/DK-ClarinTools/work/</entry>
<entry key="TexTon">TexTon.bra</entry>
<entry key="tempdir">C:/gitprojects/DK-ClarinTools/work/tmp</entry>
<!-- used for testing and hot reloading of TexTon.bra -->
<entry key="password"></entry>
<!-- 86400000 == one day -->
<!-- 172800000 == two days -->
<entry key="deleteAfterMillisec">172800000</entry>
</properties>