justlog/config.json.dist

14 lines
343 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",
2021-09-28 10:39:52 +02:00
"botVerified": true,
2018-12-02 19:48:42 +01:00
"clientID": "mytwitchclientid",
2020-05-05 22:04:11 +02:00
"clientSecret": "mysecret",
"logLevel": "info",
"channels": ["77829817", "11148817"],
"archive": true
}