File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments