diff --git a/CI/E2E/frontend.config.json b/CI/E2E/frontend.config.json index 187a3bfe5..d56484821 100644 --- a/CI/E2E/frontend.config.json +++ b/CI/E2E/frontend.config.json @@ -120,6 +120,8 @@ "searchPublicDataEnabled": true, "searchSamples": true, "sftpHost": "login.esss.dk", + "sourceFolder": "/data/test", + "maxFileSizeWarning": "", "shareEnabled": true, "shoppingCartEnabled": true, "shoppingCartOnHeader": true, diff --git a/src/config/frontend.config.json b/src/config/frontend.config.json index 213c69a5e..c67c5d296 100644 --- a/src/config/frontend.config.json +++ b/src/config/frontend.config.json @@ -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", @@ -48,6 +47,9 @@ "searchPublicDataEnabled": true, "searchSamples": true, "sftpHost": "login.esss.dk", + "sourceFolder": "/data/ess", + "maxDirectDownloadSize": 5000000000, + "maxFileSizeWarning": "Some files are above and cannot be downloaded directly. These file can be downloaded via sftp host: in directory: ", "shareEnabled": true, "shoppingCartEnabled": true, "shoppingCartOnHeader": true,