21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"mumble": {
|
|
"server": "localhost",
|
|
"port": 64738,
|
|
"username": "UserBot",
|
|
"password": "serverpassword",
|
|
"channel": "General"
|
|
},
|
|
"bot": {
|
|
"command_prefix": "?",
|
|
"default_permission_level": 1,
|
|
"max_queue_size": 30,
|
|
"cache_directory": "./test/fixtures/cache",
|
|
"max_cache_size_gb": 0.5
|
|
},
|
|
"dashboard": {
|
|
"port": 8082,
|
|
"admin_username": "user",
|
|
"admin_password": "userpass"
|
|
}
|
|
} |