MovieNight/settings_example.json

25 wiersze
538 B
JSON

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