mirror of
https://github.com/onyx-and-iris/OBS-to-XAir.git
synced 2025-01-18 04:40:49 +00:00
ba3389882e
support reading conn info from toml add setup.py for easy dep installation
8 lines
129 B
TOML
8 lines
129 B
TOML
[connection]
|
|
# OBS connection info
|
|
host = "localhost"
|
|
port = 4455
|
|
password = "strongpassword"
|
|
|
|
# xair mixer ip
|
|
ip = "mixer.local" |