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

Revision 270, 1.2 KB checked in by marcus, 13 years ago (diff)

-.added logging options to configuration

  • some warnings while reading config
Line 
1#
2# Main configuration file for Seismic Handler
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/,/mnt/stations/
15
16[logging]
17# possible values: debug, info, error, XXX
18level_file = debug
19level_screen = error
20
21[miniseed]
22backend = bgrszo,sfd
23
24[bgrszo]
25host = 192.168.11.151
26db = sfdb
27use_credentials = no
28user =
29password =
30
31[sfd]
32default_path = .
33
34[graphics]
35height = 768
36width = 1024
37
38# It is possible to include another configuration file. It has to
39# contain the section name to which information should be attached.
40# Any include statement will be treated last regardless of it's position
41# in the section!
42include = [PRIVATE]/graphics.cfg, [PRIVATE]/graphics2.cfg
43# If the included configuration file is not found, the error will be
44# passed silently.
45
46[layout]
47# You are able to define variables. All definitions are globally no
48# matter where they are defined. Substitution will be done as last step
49# while processing the configuration file.
50$grsn = WET,FUR,BSEG
51$grf = GRA1
52read01 = MOX,$grsn,$grf
Note: See TracBrowser for help on using the repository browser.