Skip to content

Commit

Permalink
feat: update maxDirectDownloadSize and enhance maxFileSizeWarning mes…
Browse files Browse the repository at this point in the history
…sage in frontend configuration
  • Loading branch information
Junjiequan committed Jan 8, 2025
1 parent fed7529 commit dcf1744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config/frontend.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"lbBaseURL": "http://localhost:3000",
"logbookEnabled": true,
"loginFormEnabled": true,
"maxDirectDownloadSize": 5000000000,
"metadataPreviewEnabled": true,
"metadataStructure": "",
"multipleDownloadAction": "http:/127.0.0.1:3012/zip",
Expand All @@ -47,8 +46,10 @@
"scienceSearchUnitsEnabled": true,
"searchPublicDataEnabled": true,
"searchSamples": true,
"maxDirectDownloadSize": 5000000000,
"sftpHost": "login.esss.dk",
"largeDataFileAccessInstruction": "",
"sourceFolder": "Default",
"maxFileSizeWarning": "Some files are above <maxDirectDownloadSize> and cannot be downloaded directly. These file can be downloaded via sftp host: <sftpHost> in directory: <sourceFolder>",
"shareEnabled": true,
"shoppingCartEnabled": true,
"shoppingCartOnHeader": true,
Expand Down

0 comments on commit dcf1744

Please sign in to comment.