-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
26 lines (26 loc) · 1002 Bytes
/
config.json
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
{
"prometheus_port": "9090",
"debug": false,
"topic_generator": "senergy",
"kafka_url": "",
"verne_management_url": "",
"device_repository_url": "https://api.senergy.infai.org/device-repository",
"device_type_cache_expiration": "30m",
"hub_protocol_check_cache_expiration": "1h",
"handled_protocols": ["urn:infai:ses:protocol:f3a63aeb-187e-4dd9-9ef5-d97a6eb6292b"],
"auth_endpoint": "",
"auth_client_id": "",
"auth_client_secret": "",
"auth_expiration_time_buffer": 5,
"minimal_recheck_wait_duration": "60s",
"device_check_interval": "100ms",
"hub_check_interval": "1s",
"permissions_request_device_batch_size": 100,
"permissions_request_hub_batch_size": 100,
"device_connection_log_topic": "device_log",
"hub_connection_log_topic": "gateway_log",
"device_check_topic_hint_expiration": "1h",
"use_device_check_topic_hint_exclusively": true,
"export_total_connected": true,
"max_error_count_til_fatal": 10
}