Skip to content

Commit b489896

Browse files
committed
fix: update sophos guide
1 parent 4873ccb commit b489896

File tree

1 file changed

+2
-2
lines changed
  • backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl

1 file changed

+2
-2
lines changed

backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleSophos.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public List<ModuleRequirement> checkRequirements(Long serverId) throws Exception
4141
public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Exception {
4242
List<ModuleConfigurationKey> keys = new ArrayList<>();
4343

44-
// sophos_api_client_id
44+
// sophos_api_url
4545
keys.add(ModuleConfigurationKey.builder()
4646
.withGroupId(groupId)
4747
.withConfKey("sophos_client_id")
@@ -56,7 +56,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
5656
.withGroupId(groupId)
5757
.withConfKey("sophos_x_api_key")
5858
.withConfName("Client Secret")
59-
.withConfDescription("Configure Sophos Central Client Secret")
59+
.withConfDescription("Configure Sophos Central client secret")
6060
.withConfDataType("password")
6161
.withConfRequired(true)
6262
.build());

0 commit comments

Comments
 (0)