cubbot/env.sample.json

18 lines
296 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": {
"Client": {},
"Combat": {},
"Chat": {},
"Time": {
"log": "debug"
}
}
}