MovieNight/settings_example.json

22 lines
455 B
JSON
Raw 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",
"MaxMessageCount": 300,
"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,
"StreamKey": "ALongStreamKey",
"TitleLength": 50,
"WrappedEmotesOnly": false
}