MovieNight/settings_example.json

19 lines
374 B
JSON
Raw Normal View History

{
2019-03-13 20:28:34 +01:00
"MaxMessageCount": 300,
"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
}