-
Notifications
You must be signed in to change notification settings - Fork 1
/
core.ini
36 lines (31 loc) · 842 Bytes
/
core.ini
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
[core.qml]
enabled=true
entry=qml/main.qml
[core.sip]
enabled=true
address=sip:[email protected]
password=secure_password
playback-device=PulseAudio Unknown: Echo-Cancel Sink
capture-device=PulseAudio Unknown: Echo-Cancel Source
transports=tcp, udp
[core.mqtt]
enabled=false
address=broker.hivemq.com:1883
username=mqtt
password=mqtt
subscriptions=home/light/main/door, home/light/back/door
[core.env]
QT_QPA_PLATFORM=wayland
; variables used in qml, to set view properties
qml.global.clip.left=0
qml.global.clip.top=0
qml.global.clip.right=0
qml.global.clip.bottom=0
qml.passcode=123456
qml.sign.street.name=Regenbogenstr.
qml.sign.street.number=1
qml.sign.family.name=Fam. Mustermann
qml.sign.sip.address=sip:[email protected]
; variables used in qml, for debugging and testing
qml.debug.fullscreen=false
qml.debug.fotobox=true