generated from intersystems-community/iris-rest-api-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
executable file
·37 lines (34 loc) · 1.04 KB
/
module.xml
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
37
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="sys-perf-restapi.ZPM">
<Module>
<Name>sys-perf-restapi</Name>
<Version>1.0.6</Version>
<Description>An API (basic and REST) for the SystemPerformance (pka pButtons) utility</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="zpButtons.PKG"/>
<Resource Name="zpButtonsInc.INC"/>
<CSPApplication
Url="/pbuttons"
DispatchClass="zpButtons.API.REST.disp"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
Recurse="1"
UseCookies="2"
CookiePath="/pbuttons"
/>
<CSPApplication
Url="/pButtonsUI"
ServeFiles="1"
Recurse="1"
CookiePath="/pButtonsUI"
UseCookies="2"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
SourcePath="/src/pButtonsAppCSP"
DeployPath="{$cspdir}pButtonsUI"
/>
</Module>
</Document>
</Export>