MovieNight/settings_example.json

21 lines
432 B
JSON
Raw Normal View History

{
2019-03-13 20:28:34 +01:00
"MaxMessageCount": 300,
2020-06-03 21:15:30 +02:00
"PageTitle": "Movie Night",
"TitleLength": 50,
"AdminPassword": "",
"RegenAdminPass": true,
"Bans": [],
"StreamKey": "ALongStreamKey",
2019-03-31 12:55:30 +02:00
"ListenAddress": ":8089",
"ApprovedEmotes": null,
"LogLevel": "debug",
"LogFile": "thelog.log",
"RateLimitChat": 1,
"RateLimitNick": 300,
"RateLimitColor": 60,
"RateLimitAuth": 5,
"RateLimitDuplicate": 30,
"NoCache": false,
"WrappedEmotesOnly": false
}