This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/bot/config.json

14 lines
364 B
JSON
Raw Normal View History

2014-07-04 13:41:44 +02:00
{
2014-11-03 11:32:26 +01:00
"log_file": "/var/www/html/log.txt",
"sh_enabled": false,
"sudo_users": [ 0, 1 ],
2014-11-05 13:22:07 +01:00
"values": { },
"twitter": {
2014-11-14 13:40:32 +01:00
"consumer_key" : "",
"consumer_secret" : "",
"access_token" : "",
"access_token_secret" : ""
2014-11-22 14:37:54 +01:00
},
"google_api_key": ""
2014-11-05 13:22:07 +01:00
}