blob: 98c4409d024d43080e65bf3905707f4b7da3dc2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"Client": {},
"Server": {
"SSHBindAddress": "0.0.0.0",
"MaxConcurrentCats": 2,
"MaxConcurrentTails": 50,
"MaxConnections": 50,
"MapreduceLogFormat" : "default",
"HostKeyFile" : "cache/ssh_host_key",
"HostKeyBits" : 2048
},
"Common": {
"LogDir": "/var/log/dserver",
"Logger": "Fout",
"LogLevel": "Trace",
"LogRotation": "Daily",
"CacheDir": "cache",
"SSHPort": 2222,
"ExperimentalFeaturesEnable": false
}
}
|