mumbullet/test/fixtures/test_configs/admin_config.json

21 lines
439 B
JSON

{
"mumble": {
"server": "localhost",
"port": 64738,
"username": "AdminBot",
"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"
}
}