cubbot/env.sample.json

23 lines
395 B
JSON
Raw Normal View History

2020-04-19 17:02:07 +00:00
{
"client": {
"host": "server.tld",
"username": "Bot",
"password": "root"
},
"log": {
"level": "info"
},
"modules": {
2020-04-20 21:07:23 +00:00
"Connection": {
"reconnect": [
"idling"
]
},
2020-04-19 17:02:07 +00:00
"Combat": {},
"Chat": {},
2020-04-22 22:08:52 +00:00
"Meal": {},
2020-04-19 17:02:07 +00:00
"Time": {
"log": "debug"
}
}
}