blob: acef22a1f808e101851439999c158b8e4031f128 (
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
}
}
|