diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties index d700a8eee8ce2098d22656f2110bfe2bd8d1ab24..b20e949dbc14a480dd26724ac54a2d020e64bd5f 100644 --- a/integration-tests/templates/etlserver-all/etc/service.properties +++ b/integration-tests/templates/etlserver-all/etc/service.properties @@ -8,9 +8,9 @@ storeroot-dir = ../data/main-store check-interval = 2 # If free disk space goes below value defined here, a notification email will be sent. -# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no watermark is +# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is # specified or if value is negative, the system will not be watching. -watermark = 1048576 +highwater-mark = 1048576 # The URL of the LIMS server server-url = https://localhost:8443/openbis