forked from ukhas/habitat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhabitat.yml
30 lines (30 loc) · 839 Bytes
/
habitat.yml
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
couch_uri: "http://localhost:5984"
couch_db: habitat
log_levels:
stderr: DEBUG
file: NONE
email: ERROR
log_emails:
to:
from: "[email protected]"
server: localhost
parserdaemon:
log_file:
parser:
certs_dir: "certs"
modules:
- name: "UKHAS"
class: "habitat.parser_modules.ukhas_parser.UKHASParser"
- name: "simple_binary"
class: "habitat.parser_modules.simple_binary_parser.SimpleBinaryParser"
loadables:
- name: "sensors.base"
class: "habitat.sensors.base"
- name: "sensors.stdtelem"
class: "habitat.sensors.stdtelem"
- name: "filters.common"
class: "habitat.filters"
radiosonde_override: "8c36ab528b16cb3adf00b7e07a228854"
radiosonde_override_prefix: "RS_"