forked from intersystems-community/RESTForms
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
26 lines (26 loc) · 710 Bytes
/
module.xml
File metadata and controls
26 lines (26 loc) · 710 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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="restforms2.ZPM">
<Module>
<Name>restforms2</Name>
<Version>1.0.5</Version>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="Form.PKG"/>
<Resource Name="Form.inc"/>
<CSPApplication
Url="/forms"
Path="/src"
Recurse="1"
Directory="{$cspdir}/forms"
MatchRoles=":{$dbrole}"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
DispatchClass="Form.REST.Main"
ServeFiles="1"
CookiePath="/forms"
UseCookies="2"
/>
</Module>
</Document>
</Export>