-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
28 lines (27 loc) 路 844 Bytes
/
Copy pathmodule.xml
File metadata and controls
28 lines (27 loc) 路 844 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-VectorLab.ZPM">
<Module>
<Name>iris-VectorLab</Name>
<Version>1.0.1</Version>
<Description>InterSystems Vector Search Use Cases</Description>
<Keywords>Vector,Server</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="dc.PKG"/>
<Invoke Class="dc.VectorLab.Base" Method="init"></Invoke>
<CSPApplication
Url="/csp/vectorlab"
Path="/src/csp"
Directory="{$cspdir}/vectorlab"
ServeFiles="1"
Recurse="1"
CookiePath="/csp/vectorlab/"
UseCookies="2"
MatchRoles=":{$dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
/>
</Module>
</Document>
</Export>