-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgds.xml.reference
More file actions
84 lines (50 loc) · 1.98 KB
/
gds.xml.reference
File metadata and controls
84 lines (50 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a configuration file for the GrADS Data Server.
See README and doc/index.html for general GDS information.
See doc/tag-ref.html for help editing this file.
If you want to revert your GDS to its "factory settings", overwrite
gds.xml with the file gds.xml.reference.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<gds>
<catalog temp_size_limit="0">
<data>
<dataset name = "test"
file = "testdata/test.ctl"
das = "testdata/extra.das"
format = "ctl">
<metadata var="sst" name="extra_config_file_attribute"
value="An attribute from the GDS configuration file"/>
</dataset>
<!-- specify public datasets here -->
<mapdir name="private">
<dataset name = "test_private" file = "testdata/test.ctl"/>
<!-- specify private datasets here -->
</mapdir>
</data>
</catalog>
<log mode="file" file="log/gds.log" level="info" />
<grads>
<invoker grads_dir="/usr/local/grads"/>
<!-- edit this tag to point to your GrADS distribution -->
</grads>
<servlet>
<filter-abuse enabled="false" hits="1000" timeout="24" />
<filter-overload enabled="false" limit="20" />
<!-- edit these tags to enable 'throttling' features -->
<filter-analysis enabled="true" />
</servlet>
<mapper>
<service-admin enabled="false" auth="open-sesame" />
<!-- edit this tag to enable the administration service -->
</mapper>
<privilege_mgr default="public">
<ip_range mask="127.0.0.1" privilege="private" />
<privilege name="public">
<!-- edit this tag to control public access -->
<deny path="private" />
</privilege>
<privilege name="private" /> <!-- no deny tags, allows full access -->
<!-- specify more privilege sets and IP range assignments here -->
</privilege_mgr>
</gds>