justlog/config.json.dist

17 lines
415 B
Text
Raw Normal View History

2018-11-29 22:20:57 +01:00
{
2020-08-27 03:35:20 +02:00
"admins": ["gempir"],
2018-11-29 22:20:57 +01:00
"logsDirectory": "./logs",
2020-09-26 01:45:18 +02:00
"adminAPIKey": "noshot",
2018-12-02 14:53:01 +01:00
"username": "gempbot",
2018-12-02 19:48:42 +01:00
"oauth": "oauthtokenforchat",
"clientID": "mytwitchclientid",
2020-05-05 22:04:11 +02:00
"clientSecret": "mysecret",
"logLevel": "info",
"channels": ["77829817", "11148817"],
2020-10-01 00:39:59 +02:00
"archive": true,
"channelConfigs": {
"77829817": {
"messageTypes": [1]
}
}
2018-11-29 22:20:57 +01:00
}