21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"mumble": {
|
|
"server": "localhost",
|
|
"port": 64738,
|
|
"username": "TestBot",
|
|
"password": "serverpassword",
|
|
"channel": "Music"
|
|
},
|
|
"bot": {
|
|
"command_prefix": "!",
|
|
"default_permission_level": 0,
|
|
"max_queue_size": 50,
|
|
"cache_directory": "./test/fixtures/cache",
|
|
"max_cache_size_gb": 1
|
|
},
|
|
"dashboard": {
|
|
"port": 8081,
|
|
"admin_username": "testadmin",
|
|
"admin_password": "testpass"
|
|
}
|
|
} |