mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-08 09:04:29 +05:00
25 lines
390 B
INI
25 lines
390 B
INI
[secrets]
|
|
build_type = release
|
|
|
|
serial_enabled = true
|
|
serial_baud = 115200
|
|
telnet_enabled = true
|
|
telnet_port = 23
|
|
log_level = 5
|
|
hostname = opentherm
|
|
|
|
ap_ssid = OpenTherm Gateway
|
|
ap_password = otgateway123456
|
|
|
|
sta_ssid =
|
|
sta_password =
|
|
|
|
portal_login = admin
|
|
portal_password = admin
|
|
|
|
mqtt_enabled = false
|
|
mqtt_server =
|
|
mqtt_port = 1883
|
|
mqtt_user =
|
|
mqtt_password =
|
|
mqtt_prefix = opentherm |