-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.xml
More file actions
38 lines (38 loc) · 1.35 KB
/
module.xml
File metadata and controls
38 lines (38 loc) · 1.35 KB
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
38
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache"
version="25">
<Document name="devbox.ZPM">
<Module>
<Name>devbox</Name>
<Version>0.0.1</Version>
<Description>A code anywhere IDE for IRIS</Description>
<Keywords>IDE Editor Tool</Keywords>
<Packaging>module</Packaging>
<Resource Name="DevBox.PKG"/>
<CSPApplication CookiePath="/devbox/"
DefaultTimeout="900"
DeployPath="${cspdir}DevBox\src\web\"
Description="DevBox IDE Application"
PasswordAuthEnabled="1"
Recurse="1"
ServeFiles="1"
ServeFilesTimeout="3600"
SourcePath="/src/web/"
UnauthenticatedEnabled="0"
Url="/devbox"
UseSessionCookie="2"/>
<CSPApplication CookiePath="/devboxapi/"
DefaultTimeout="900"
Description="DevBox REST API"
DispatchClass="DevBox.API.Main"
PasswordAuthEnabled="1"
Recurse="1"
ServeFiles="1"
ServeFilesTimeout="3600"
UnauthenticatedEnabled="0"
Url="/devboxapi"
UseSessionCookie="2"/>
<SourcesRoot>src\iris\</SourcesRoot>
</Module>
</Document>
</Export>