-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-rhex-example.xml
executable file
·45 lines (33 loc) · 1.45 KB
/
config-rhex-example.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
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<baseURL>http://rhex.mitre.org:3000/records/2</baseURL>
<HttpRequestChecker>org.mitre.rhex.security.RhexHttpSecurityChecker</HttpRequestChecker>
<loginURL>http://rhex.mitre.org:3000/auth/developer/callback</loginURL>
<loginEmail>[email protected]</loginEmail>
<loginPassword>password</loginPassword>
<!--
<invalidBaseURL>set to invalid baseURL</invalidBaseURL>
e.g. https://hdata-server/records/9999
-->
<invalidBaseURL>http://rhex.mitre.org:3000/records/NotValid</invalidBaseURL>
<!--
URL must be to an XML document that the DocumentUpdate test can update.
Test expects an effectiveTime as a child element of the root element
such as the following:
<effectiveTime>2011-06-27 04:00:00 +0000</effectiveTime>
or
<effectiveTime>
<start>2005-02-09 05:00:00 -0500</start>
</effectiveTime>
otherwise test will be unable to update the given document
-->
<updateDocumentUrl>http://rhex.mitre.org:3000/records/2/conditions/4f735368d7d76a43b20000d6</updateDocumentUrl>
<documentSection>vital_signs</documentSection>
<updateDocumentFile>data/vitalSign.xml</updateDocumentFile>
<!-- section off of baseURL from which to test document -->
<document>
<extension>http://projecthdata.org/extension/vital-sign</extension>
<file>data/vitalSign.xml</file>
</document>
<profileDocumentFile>profiles/basicProfile.xml</profileDocumentFile>
</configuration>