generated from intersystems-community/intersystems-iris-dev-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
47 lines (43 loc) · 1.41 KB
/
module.xml
File metadata and controls
47 lines (43 loc) · 1.41 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
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="dc-mu5k-3t.ZPM">
<Module>
<Name>dc-mu5k-3t</Name>
<Version>1.0.4</Version>
<Description>M-USK-3T is a browser-based programming game where you write code to control an autonomous rover on a distant exoplanet rich in valuable minerals.</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="dc.mu5k3t.PKG"/>
<WebApplication
Name="/mu5k3t/api"
NameSpace="{$namespace}"
Path="/src"
Recurse="1"
Directory="{$cspdir}/csp/mu5k3t/api"
MatchRoles=":%All"
AutheEnabled="#{$$$AutheCache + $$$AutheUnauthenticated}"
DispatchClass="dc.mu5k3t.api.Dispatch"
ServeFiles="1"
CookiePath="/csp/mu5k3t/api"
UseCookies="2"
/>
<WebApplication
Name="/m5k3t"
Url="/m5k3t"
NameSpace="${namespace}"
Description="M-U5K-3T Frontend"
Path="${cspdir}${namespace}"
ServeFiles="2"
Recurse="1"
ServeFilesTimeout="3600"
CookiePath="/m5k3t/"
UseSessionCookie="2"
DefaultTimeout="900"
MatchRoles=":${globalsDbRole}"
AutheEnabled="#{$$$AutheUnauthenticated}"
/>
<Invoke Class="dc.mu5k3t.Setup" Method="Init" >
</Invoke>
</Module>
</Document>
</Export>