We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77917b + 3848c82 commit 097a651Copy full SHA for 097a651
backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleSophos.java
@@ -41,7 +41,7 @@ public List<ModuleRequirement> checkRequirements(Long serverId) throws Exception
41
public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Exception {
42
List<ModuleConfigurationKey> keys = new ArrayList<>();
43
44
- // sophos_api_url
+ // sophos_api_client_id
45
keys.add(ModuleConfigurationKey.builder()
46
.withGroupId(groupId)
47
.withConfKey("sophos_client_id")
0 commit comments