14 lines
190 B
TOML
14 lines
190 B
TOML
[globals]
|
|
room = 'P01'
|
|
mqttIp = 'localhost'
|
|
mqttPort = '1883'
|
|
|
|
|
|
[barco.novi.glavni]
|
|
ip = '192.168.192.12'
|
|
port = '3023'
|
|
|
|
[barco.novi.stranski]
|
|
ip = '192.168.192.16' # or smth
|
|
port = '3023'
|
|
|