forked from Edirom/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.xml
24 lines (20 loc) · 1.15 KB
/
properties.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
<?xml version="1.0" encoding="UTF-8"?>
<properties xmlns="http://www.kb.dk/dcm">
<!-- orbeon endpoint -->
<orbeon_endpoint>unused</orbeon_endpoint>
<!-- MerMEId eXist endpoint seen from outside, i.e. the URL you point your browser at -->
<exist_endpoint>http://localhost:8080</exist_endpoint>
<!-- MerMEId eXist endpoint seen from Orbeon. The orbeon xforms filter interferes with the
path provided if the same hostname as above is used so use a loopback ip which is equvalent. -->
<exist_endpoint_seen_from_orbeon>http://127.0.0.2:8080/apps/mermeid</exist_endpoint_seen_from_orbeon>
<!-- Default editor settings - (boolean; set to 'true' or nothing) -->
<!-- Enable automatic revisionDesc (change log) entries? -->
<automatic_log_main_switch>true</automatic_log_main_switch>
<!-- The following settings add options to the editor's settings menu -->
<!-- Enable attribute editor? -->
<attr_editor_main_switch>true</attr_editor_main_switch>
<!-- Enable xml:id display component? -->
<id_main_switch>true</id_main_switch>
<!-- Enable code inspector component? -->
<code_inspector_main_switch>true</code_inspector_main_switch>
</properties>