generated from intersystems-community/iris-rest-api-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.xml
35 lines (35 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="zpm-registry.ZPM">
<Module>
<Name>zpm-registry</Name>
<ExternalName>ZPM Registry</ExternalName>
<Description>Registry server for ZPM</Description>
<Version>1.3.2</Version>
<Packaging>module</Packaging>
<Dependencies>
<ModuleReference>
<Name>yaml-utils</Name>
<Version>0.1.*</Version>
</ModuleReference>
</Dependencies>
<SourcesRoot>src</SourcesRoot>
<Resource Name="ZPM.PKG"/>
<Invoke Class="ZPM.Utils" Method="SQLsetup"></Invoke>
<Invoke Class="ZPM.Utils" Method="AddSSLConfiguration"></Invoke>
<CSPApplication
Url="/registry"
Path="/src"
Recurse="1"
Directory="{$cspdir}/registry"
MatchRoles=":{$dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="1"
DispatchClass="ZPM.Registry"
ServeFiles="1"
CookiePath="/registry"
UseCookies="2"
/>
</Module>
</Document>
</Export>