fix(server): disable classification by default (#5708)
* disable classification by default * fixed tests
This commit is contained in:
@@ -171,7 +171,7 @@ describe(ServerInfoService.name, () => {
|
||||
passwordLogin: true,
|
||||
search: true,
|
||||
sidecar: true,
|
||||
tagImage: true,
|
||||
tagImage: false,
|
||||
configFile: false,
|
||||
trash: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user