22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"mumble": {
|
|
"server": "localhost",
|
|
"port": 64738,
|
|
"username": "MusicBot",
|
|
"password": "testpass",
|
|
"channel": "Music"
|
|
},
|
|
"bot": {
|
|
"command_prefix": "!",
|
|
"default_permission_level": 1,
|
|
"max_queue_size": 50,
|
|
"cache_directory": "./cache",
|
|
"max_cache_size_gb": 5
|
|
},
|
|
"dashboard": {
|
|
"port": 8080,
|
|
"admin_username": "admin",
|
|
"admin_password": "changeme"
|
|
}
|
|
}
|