MovieNight/settings_example.json
Zorchenhimer 630abfe474 Add option to change the RTMP listen address
A new setting has been added to change the address and port that the
RTMP server listens on.  `RtmpListenAddress` in the settings json and
`-r` on the command line.  Both options use the same format:
`host:port`.
2020-06-12 23:58:45 -04:00

25 lines
536 B
JSON

{
"AdminPassword": "",
"ApprovedEmotes": null,
"Bans": [],
"LetThemLurk": false,
"ListenAddress": ":8089",
"LogFile": "thelog.log",
"LogLevel": "debug",
"MaxMessageCount": 300,
"NoCache": false,
"PageTitle": "Movie Night",
"RateLimitAuth": 5,
"RateLimitChat": 1,
"RateLimitColor": 60,
"RateLimitDuplicate": 30,
"RateLimitNick": 300,
"RegenAdminPass": true,
"RtmpListenAddress": ":1935",
"StreamKey": "ALongStreamKey",
"TitleLength": 50,
"TwitchClientID": "",
"TwitchClientSecret": "",
"WrappedEmotesOnly": false
}