Skip to content

Commit

Permalink
Web:Admin:Manage Configuration page: Fix so can save config
Browse files Browse the repository at this point in the history
Webservice: Add newest param key to allowed param keys
  • Loading branch information
danjasuw committed Mar 30, 2024
1 parent d5a7bf2 commit 2073446
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public class ConfigSystemsKeysSharedConstants {
textConfigKeys.add( LIMELIGHT_XML_FILE_MAX_FILE_SIZE_IN_GB_KEY );
textConfigKeys.add( FASTA_FILE_MAX_FILE_SIZE_IN_GB_KEY );
textConfigKeys.add( SCAN_FILE_MAX_FILE_SIZE_IN_GB_KEY );
textConfigKeys.add( GENERIC_OTHER_FILE_MAX_FILE_SIZE_IN_GB_KEY );

textConfigKeys.add( file_import_limelight_xml_scans_AWS_S3_BUCKET_KEY );
textConfigKeys.add( file_import_limelight_xml_scans_AWS_S3_REGION_KEY );
Expand Down

0 comments on commit 2073446

Please sign in to comment.