-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.xml
43 lines (43 loc) · 1.29 KB
/
module.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="isc-graphql.ZPM">
<Module>
<Name>isc-graphql</Name>
<Version>1.0.0</Version>
<Description>GraphQL implementation for InterSystems Data Platforms.</Description>
<Packaging>module</Packaging>
<Keywords>GraphQL</Keywords>
<SourcesRoot>src</SourcesRoot>
<Resource Name="GraphQL.PKG"/>
<Resource Name="GraphQLUtils.INC"/>
<Resource Name="ForBebug.MAC"/>
<Resource Name="Sample.PKG"/>
<Resource Name="Sample.GBL"/>
<CSPApplication
SourcePath="/src/csp"
DeployPath="${cspdir}/graphiql"
Url="/graphiql"
ServeFiles="1"
CookiePath="/graphiql/"
PasswordAuthEnabled="1"
AuthenticationMethods="32"
MatchRoles=":%ALL"
Recurse="1"/>
<CSPApplication
Url="/"
CookiePath="/"
PasswordAuthEnabled="1"
AuthenticationMethods="32"
MatchRoles=":%ALL"
DispatchClass="GraphQL.REST.Main"
Path="${cspdir}/"
Recurse="1"
UnauthenticatedEnabled="0"
Generated="true"/>
<AfterInstallMessage>
You can load:
http://localhost:52443/graphiql/index.htm
</AfterInstallMessage>
</Module>
</Document>
</Export>