source: SHX/trunk/src/SeismicHandler/shx.conf @ 273

Revision 273, 1.3 KB checked in by marcus, 13 years ago (diff)

minor changes

Line 
1#
2# Main configuration file for Seismic Handler eXtended
3#
4# Following replacements are performed:
5#
6# [SHX] is replaced by installation directory,
7# [PRIVATE] is replaced by $HOME/.shx,
8# [ETC] is replaced by /etc/SeismicHandler
9#
10
11[main]
12scripts = [SHX]/scripts/,[PRIVATE]/scripts/
13filters = [SHX]/filters/,[PRIVATE]/filters/
14stations = [SHX]/stations/,[PRIVATE]/stations/
15
16[logging]
17# possible values: debug, info, warning, error, critical
18# also see http://docs.python.org/library/logging.html#logging-levels
19level_file = debug
20level_screen = error
21
22[miniseed]
23backend = bgrszo,sfd
24
25[bgrszo]
26host = 192.168.11.151
27db = sfdb
28use_credentials = no
29user =
30password =
31
32[sfd]
33default_path = .
34
35[graphics]
36height = 768
37width = 1024
38
39# It is possible to include another configuration file. It has to
40# contain the section name to which information should be attached.
41# Any include statement will be treated last regardless of it's position
42# in the section!
43include = [PRIVATE]/graphics.cfg, [PRIVATE]/graphics2.cfg
44# If the included configuration file is not found, the error will be
45# passed silently.
46
47[layout]
48# You are able to define variables. All definitions are globally no
49# matter where they are defined. Substitution will be done as last step
50# while processing the configuration file.
51$grsn = WET,FUR,BSEG
52$grf = GRA1
53read01 = MOX,$grsn,$grf
Note: See TracBrowser for help on using the repository browser.