forked from intersystems-community/iris-rest-api-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
executable file
·29 lines (28 loc) · 789 Bytes
/
Copy pathmodule.xml
File metadata and controls
executable file
·29 lines (28 loc) · 789 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="rest-api-template.ZPM">
<Module>
<Name>rest-api-template</Name>
<Version>1.1.0</Version>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="dc.Sample.PKG"/>
<Dependencies>
<ModuleReference>
<Name>swagger-ui</Name>
<Version>1.*.*</Version>
</ModuleReference>
</Dependencies>
<CSPApplication
Url="/crud"
DispatchClass="dc.Sample.PersonREST"
MatchRoles=":{$dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
Recurse="1"
UseCookies="2"
CookiePath="/crud"
/>
</Module>
</Document>
</Export>