forked from gothinkster/realworld-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.xml
16 lines (16 loc) · 804 Bytes
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="realworld.ZPM">
<Module>
<Name>realworld</Name>
<Version>1.0.2</Version>
<Description>InterSystems IRIS Full-stack Realworld app demo</Description>
<Keywords>REST,Full-stack,vue,angular,react</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="Conduit.PKG"/>
<CSPApplication CookiePath="/conduit/" DefaultTimeout="900" DispatchClass="Conduit.API.disp" MatchRoles=":${dbrole}" PasswordAuthEnabled="0" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" UnauthenticatedEnabled="1" Url="/conduit" UseSessionCookie="2"/>
<UnitTest Name="/tests" Package="UnitTest" Phase="test"/>
</Module>
</Document>
</Export>