commit
This commit is contained in:
parent
66c86df2a4
commit
6b4ea3f4ae
13 changed files with 819 additions and 375 deletions
|
@ -1,12 +1,18 @@
|
|||
inactive_button_color = "#000060"
|
||||
active_button_color = "#eeffff"
|
||||
label_font_family = "Inter"
|
||||
buttons = { }
|
||||
buttons = {}
|
||||
|
||||
[initial]
|
||||
key_page = "default"
|
||||
knob_page = "default"
|
||||
|
||||
[mqtt]
|
||||
client_id = "deckster_host"
|
||||
topic_prefix = "deckster"
|
||||
host = "localhost"
|
||||
port = 1883
|
||||
|
||||
[icon_packs.apps]
|
||||
path = "icons/apps"
|
||||
format = "svg"
|
||||
|
|
22
examples/full/rumqttd.toml
Normal file
22
examples/full/rumqttd.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
id = 0
|
||||
|
||||
[router]
|
||||
id = 0
|
||||
max_connections = 10010
|
||||
max_outgoing_packet_count = 200
|
||||
max_segment_size = 104857600
|
||||
max_segment_count = 10
|
||||
|
||||
[v4.1]
|
||||
name = "v4-1"
|
||||
listen = "0.0.0.0:1883"
|
||||
next_connection_delay_ms = 1
|
||||
|
||||
[v4.1.connections]
|
||||
connection_timeout_ms = 60000
|
||||
max_payload_size = 20480
|
||||
max_inflight_count = 100
|
||||
dynamic_filters = true
|
||||
|
||||
[console]
|
||||
listen = "0.0.0.0:3030"
|
Loading…
Add table
Add a link
Reference in a new issue