-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
18 lines (18 loc) · 1.29 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-vaccine-tracker.ZPM">
<Module>
<Name>iris-vaccine-tracker</Name>
<Version>1.0.4</Version>
<Description>Showing the COVID-19 vaccination track count around the world and the COVID-19. Using as backend InterSystems IRIS in a multi-model schema.</Description>
<Keywords>iris,covid19,multimodel</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<CSPApplication CookiePath="${cspdir}vaccine" DefaultTimeout="900" DeployPath="${cspdir}vaccine" MatchRoles=":%DB_IRISAPP:%SQL" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" SourcePath="src/csp/" UnauthenticatedEnabled="0" Url="/vaccine" UseSessionCookie="2"/>
<CSPApplication CookiePath="${cspdir}irisapp/api/" DefaultTimeout="900" DispatchClass="diashenrique.REST.Dispatch" MatchRoles=":%All" PasswordAuthEnabled="1" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" UnauthenticatedEnabled="0" Url="/csp/irisapp/api" UseSessionCookie="2"/>
<Resource Directory="cls" Name="diashenrique.PKG"/>
<Invoke Class="diashenrique.util.Install" Method="Load"></Invoke>
<FileCopy Name="data/" Target="${cspdir}vaccine/data/"/>
</Module>
</Document>
</Export>