MovieNight/settings_example.json

25 lines
538 B
JSON
Raw Permalink Normal View History

{
"AdminPassword": "",
2020-06-04 04:44:59 +02:00
"ApprovedEmotes": null,
"Bans": [],
"LetThemLurk": false,
2019-03-31 12:55:30 +02:00
"ListenAddress": ":8089",
"LogFile": "thelog.log",
2020-06-04 04:44:59 +02:00
"LogLevel": "debug",
2021-08-18 01:40:51 +02:00
"MaxMessageCount": 3000,
2020-06-04 04:44:59 +02:00
"NoCache": false,
"PageTitle": "Movie Night",
"RateLimitAuth": 5,
"RateLimitChat": 1,
"RateLimitColor": 60,
"RateLimitDuplicate": 30,
2020-06-04 04:44:59 +02:00
"RateLimitNick": 300,
"RegenAdminPass": true,
"RtmpListenAddress": ":1935",
2020-06-04 04:44:59 +02:00
"StreamKey": "ALongStreamKey",
2021-08-18 01:40:51 +02:00
"TitleLength": 512,
"TwitchClientID": "",
"TwitchClientSecret": "",
"WrappedEmotesOnly": false
}