mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
20 lines
301 B
INI
20 lines
301 B
INI
[secrets]
|
|
use_serial = true
|
|
use_telnet = true
|
|
log_level = 5
|
|
hostname = opentherm
|
|
|
|
ap_ssid = OpenTherm Gateway
|
|
ap_password = otgateway123456
|
|
|
|
sta_ssid =
|
|
sta_password =
|
|
|
|
portal_login = admin
|
|
portal_password = admin
|
|
|
|
mqtt_server =
|
|
mqtt_port = 1883
|
|
mqtt_user =
|
|
mqtt_password =
|
|
mqtt_prefix = opentherm |