-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.ini.dist
66 lines (57 loc) · 1.03 KB
/
config.ini.dist
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
[mariadb]
address=127.0.0.1
port=3306
user=root
pass=root
timeout=1000
db_metadata=cmls_db
db_output=output_db
[influx2]
url=http://127.0.0.1:8086
org=influx_org
token=influx_token
timeout=1000
verify_ssl=False
bucket_old_data=cmls_old
old_data_type=default
bucket_new_data=cmls_new
new_data_type=default
old_new_data_border=2023-12-31T12:00:00Z
bucket_out_cml=output_bucket
[rendering]
;CZECHIA
X_MIN=12.0905
X_MAX=18.8591
Y_MIN=48.5525
Y_MAX=51.0557
map=plain_czechia.png
[directories]
logs=./logs
outputs=./outputs
outputs_web=./outputs_web
outputs_raw=./outputs_raw
ext_filter_cache=./image_cache
[logging]
init_level=DEBUG
[rainfields]
min_value=0.1
[realtime]
enable_http_server=True
http_server_address=0.0.0.0
http_server_port=8080
retention=336
crop_to_geojson_polygon=True
geojson=czechia.json
[viewer]
animation_speed=500
[external_filter]
url=http://127.0.0.1/img_data/
file_prefix=FILTER_LAYER_
radius=20
pixel_threshold=5
default_return=True
max_history_lookups=3
IMG_X_MIN=11.28
IMG_X_MAX=20.765
IMG_Y_MIN=48.05
IMG_Y_MAX=52.165