forked from openequella/openEQUELLA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.xml
60 lines (60 loc) · 1.29 KB
/
defaults.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<commands>
<installer>
<product>
<name>EQUELLA</name>
<version>
<
No Product Version
>
</version>
<company>Apereo</company>
</product>
<local>/equella-installer</local>
<platform>linux64</platform>
</installer>
<install.path>/home/equella/equella</install.path>
<java>
<jdk>/usr/lib/jvm/java-8-openjdk-amd64/jre</jdk>
</java>
<datasource>
<dbtype>postgresql</dbtype>
<host>localhost</host>
<port>5432</port>
<database>equella</database>
<username>equellauser</username>
<password>password</password>
<idtype>:</idtype>
</datasource>
<webserver>
<url>http://localhost:8080/admin/</url>
<binding>all</binding>
<host>localhost</host>
<port>8080</port>
<context>/</context>
<javaopts>-Xss2m</javaopts>
</webserver>
<service>
<port>3000</port>
</service>
<proxy>
<connection>false</connection>
</proxy>
<memory>
<min>96m</min>
<max>512m</max>
</memory>
<imagemagick>
<path>/usr/bin</path>
</imagemagick>
<libav>
<path>/usr/bin</path>
</libav>
<hashed.admin.password>SHA256:2a0fd3498c35eced0663c523a80125cbfd3fb8d1634ce87c2ccc020b924ac2d9</hashed.admin.password>
<datastore>
<initialise>true</initialise>
</datastore>
<tomcat>
<path>/home/equella/equella/tomcat</path>
</tomcat>
<admin.password>admin</admin.password>
</commands>