Welcome to mirror list, hosted at ThFree Co, Russian Federation.

parameters.xml « WebAppGallery « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41f5246b90e742948d1fb855e2b4ffb970a34910 (plain)
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
48
49
50
<parameters>
  <parameter
    name="Application Path"
    description="Full site path where you would like to install your application (for example, Default Web Site/piwik)."
    defaultValue="Default Web Site/piwik"
    tags="iisapp"
    >
    <parameterEntry
      type="ProviderPath"
      scope="iisapp"
      match="piwik"
    />
  </parameter>
  <parameter
    name="SetAclParameterTree"
    description="Sets the ACL on the Installation tree"
    defaultValue="{Application Path}"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik"
      />
  </parameter>
  <parameter
    name="SetAclParameterConfig"
    description="Sets the ACL on the configuration folder"
    defaultValue="{Application Path}/config"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik/config"
      />
  </parameter>
  <parameter
    name="SetAclParameterTmp"
    description="Sets the ACL on the tmp folder"
    defaultValue="{Application Path}/tmp"
    tags="Hidden"
    >
    <parameterEntry
      type="ProviderPath"
      scope="setAcl"
      match="piwik/tmp"
      />
  </parameter>
</parameters>