We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68385e commit fb72c58Copy full SHA for fb72c58
1 file changed
module.xml
@@ -20,8 +20,8 @@
20
</Invokes>
21
<CSPApplication
22
Url="/hello"
23
- Path="/src/csp"
24
- Directory="{$cspdir}/hello"
+ SourcePath="/src/csp"
+ DeployPath="{$cspdir}/hello"
25
ServeFiles="1"
26
Recurse="1"
27
CookiePath="/hello"
@@ -33,9 +33,9 @@
33
34
35
Url="/rest-test"
36
37
38
- Directory="{$cspdir}/rest-test"
+ DeployPath="{$cspdir}/rest-test"
39
MatchRoles=":{$dbrole}"
40
PasswordAuthEnabled="1"
41
UnauthenticatedEnabled="0"
@@ -47,4 +47,4 @@
47
</Module>
48
49
</Document>
50
-</Export>
+</Export>
0 commit comments