-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.xml
More file actions
27 lines (27 loc) · 887 Bytes
/
module.xml
File metadata and controls
27 lines (27 loc) · 887 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="WidgetsDirector.ZPM">
<Module>
<Name>WidgetsDirector</Name>
<Version>1.1.0</Version>
<Description>A sample IRIS Backend app to implement a REST API for a helpdesk</Description>
<Keywords>sample</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<SystemRequirements Version=">=2023.1" Interoperability="enabled" />
<Resource Name="WidgetsDirector.PKG" />
<Resource Name="WIDGETDIRECTORPKG.PKG" />
<CSPApplication
Url="/director/rest"
CookiePath="/director/rest/"
PasswordAuthEnabled="1"
AuthenticationMethods="32"
MatchRoles=":%ALL"
DispatchClass="WidgetsDirector.REST.Dispatch"
Path="${cspdir}/director"
Recurse="1"
UnauthenticatedEnabled="0"
Generated="true"/>
</Module>
</Document>
</Export>