justlog/config.json.dist

17 lines
415 B
Text
Raw Normal View History

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