You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
555 B
19 lines
555 B
# All values in this config file are required
|
|
# If you omit some values, bot will most likely crash
|
|
general:
|
|
scriptname: "botik.rb"
|
|
jabber:
|
|
nick: "BotNick"
|
|
login: "bot@example.com"
|
|
password: "ChangeMe"
|
|
resource: "StreamCtl"
|
|
# Will be applied when general - scriptname matches the real filename
|
|
room: "some-room"
|
|
confserver: "conf.example.com"
|
|
# Will be applied when general - scriptname differs from the real filename
|
|
devroom: "some-dev-room"
|
|
devconfserver: "conf.example.com"
|
|
mpd:
|
|
host: localhost
|
|
port: 6600
|
|
site: "https://stream.example.com" |