From d4a661bee9867e63e20e78b9e9e3994b81797f19 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 13 Sep 2017 11:33:52 +0000
Subject: [PATCH] SSDM-5546 : Extra config options in service.properties by
 default

SVN: 38721
---
 .../dist/etc/service.properties               | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/openbis_standard_technologies/dist/etc/service.properties b/openbis_standard_technologies/dist/etc/service.properties
index 6debaae3b8f..2f05b85ef16 100644
--- a/openbis_standard_technologies/dist/etc/service.properties
+++ b/openbis_standard_technologies/dist/etc/service.properties
@@ -216,7 +216,34 @@ default-dropbox.storage-processor = ch.systemsx.cisd.etlserver.DefaultStoragePro
 # proteomics-database-owner = 
 # proteomics-database-password = 
 
+# ---------------------------------------------------------------------------
+# FTP / SFTP server configuration
+# ---------------------------------------------------------------------------
+# The built-in FTP / SFTP server provides users with an alternative way to download their data using
+# client programs like FileZilla or lftp. 
+#
+# When set to 'true' an internal ftp / sftp server will be started. Note that to really startup a 
+# server in addition ftp.server.ftp-port and / or ftp.server.sftp-port need to be set to a value other 
+# than 0.
+#
+# ftp.server.enable = true
+# ftp.server.sftp-port = 2222 
+
+# ---------------------------------------------------------------------------
+# Rsync
+# ---------------------------------------------------------------------------
+# Typical options to disable coping general, owner and group permissions
+# rsync-options = --no-p --no-o --no-g
 
+# ---------------------------------------------------------------------------
+# CIFS Server configuration
+# ---------------------------------------------------------------------------
+# The build-in CIFS server provides users with an alternative way to download their data using
+# client programs like Mac Finder or Windows Explorer. 
+#
+# cifs.server.enable = true
+# cifs.server.smb-port = 1445
+# cifs.server.session-log-flags = Error
 
 # ---------------------------------------------------------------------------
 #                      INTERNAL CONFIGURATION, 
-- 
GitLab