-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
28 lines (28 loc) · 819 Bytes
/
module.xml
File metadata and controls
28 lines (28 loc) · 819 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="iterm.ZPM">
<Module>
<Name>iterm</Name>
<Version>0.1.0</Version>
<Keywords>terminal</Keywords>
<Description>iTerm</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<SystemRequirements Version=">=2024.1" />
<Resource Name="iTerm.PKG"/>
<FileCopy Name="iterm" Target="${mgrdir}python/iterm" />
<CSPApplication
Url="/iterm"
DispatchClass="iTerm.Router"
CookiePath="/iterm/"
UseCookies="2"
Directory="{$cspdir}/iterm/"
Name="/iterm"
ServeFiles="0"
Recurse="1"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="0"
/>
</Module>
</Document>
</Export>