-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.xml
More file actions
36 lines (35 loc) · 998 Bytes
/
module.xml
File metadata and controls
36 lines (35 loc) · 998 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="fhir-portal.ZPM">
<Module>
<Name>fhir-portal</Name>
<Version>1.0.2</Version>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="diashenrique.fhir.portal.PKG"/>
<CSPApplication
Url="/fhir/portal"
SourcePath="/fhirUI"
DeployPath="${cspdir}/fhir/portal"
ServeFiles="1"
Recurse="1"
CookiePath="/fhir/portal"
UseCookies="2"
MatchRoles=":${dbrole}"
PasswordAuthEnabled="0"
UnauthenticatedEnabled="1"
/>
<CSPApplication
Url="/fhir/api"
Recurse="1"
MatchRoles=":${dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="diashenrique.fhir.portal.Dispatch"
ServeFiles="1"
CookiePath="/fhir/portal"
UseCookies="2"
/>
</Module>
</Document>
</Export>