Skip to content
Snippets Groups Projects
Commit d4a661be authored by juanf's avatar juanf
Browse files

SSDM-5546 : Extra config options in service.properties by default

SVN: 38721
parent fa368669
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,34 @@ default-dropbox.storage-processor = ch.systemsx.cisd.etlserver.DefaultStoragePro ...@@ -216,7 +216,34 @@ default-dropbox.storage-processor = ch.systemsx.cisd.etlserver.DefaultStoragePro
# proteomics-database-owner = # proteomics-database-owner =
# proteomics-database-password = # 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, # INTERNAL CONFIGURATION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment