4542 |
07 Feb 14 |
olle |
# $Id: connection.properties.in 2597 2014-02-05 11:21:41Z olle $ |
4542 |
07 Feb 14 |
olle |
2 |
|
4542 |
07 Feb 14 |
olle |
# Copyright (C) 2014 Fredrik Levander, Olle Mansson |
4542 |
07 Feb 14 |
olle |
4 |
|
4542 |
07 Feb 14 |
olle |
# This file is part of Proteios |
4542 |
07 Feb 14 |
olle |
# Available at http://www.proteios.org/ |
4542 |
07 Feb 14 |
olle |
7 |
|
4542 |
07 Feb 14 |
olle |
# Proteios is free software; you can redistribute it and/or modify it |
4542 |
07 Feb 14 |
olle |
# under the terms of the GNU General Public License as published by |
4542 |
07 Feb 14 |
olle |
# the Free Software Foundation; either version 2 of the License, or |
4542 |
07 Feb 14 |
olle |
# (at your option) any later version. |
4542 |
07 Feb 14 |
olle |
12 |
|
4542 |
07 Feb 14 |
olle |
# Proteios is distributed in the hope that it will be useful, but |
4542 |
07 Feb 14 |
olle |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
4542 |
07 Feb 14 |
olle |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
4542 |
07 Feb 14 |
olle |
# General Public License for more details. |
4542 |
07 Feb 14 |
olle |
17 |
|
4542 |
07 Feb 14 |
olle |
# You should have received a copy of the GNU General Public License |
4542 |
07 Feb 14 |
olle |
# along with this program; if not, write to the Free Software |
4542 |
07 Feb 14 |
olle |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
4542 |
07 Feb 14 |
olle |
# 02111-1307, USA. |
4542 |
07 Feb 14 |
olle |
22 |
|
4542 |
07 Feb 14 |
olle |
# Copy this file to connection.properties and make necessary configuration |
4542 |
07 Feb 14 |
olle |
# before starting Proteios. |
4542 |
07 Feb 14 |
olle |
25 |
|
4542 |
07 Feb 14 |
olle |
26 |
# |
4542 |
07 Feb 14 |
olle |
# Settings for accessing files using SSL (Secure Sockets Layer) connection |
4542 |
07 Feb 14 |
olle |
28 |
# |
4542 |
07 Feb 14 |
olle |
# Default settings for BILS project: |
4542 |
07 Feb 14 |
olle |
# (Sensitive information has been exchanged for text in <> brackets.) |
4542 |
07 Feb 14 |
olle |
# If keyStorePassword is missing, an attempt is made to read |
4542 |
07 Feb 14 |
olle |
# it from cert.passFile. |
4542 |
07 Feb 14 |
olle |
33 |
# |
4542 |
07 Feb 14 |
olle |
# cert.alias = proteios2 |
4542 |
07 Feb 14 |
olle |
# cert.passFile = /home/bils/.p12pw |
4542 |
07 Feb 14 |
olle |
# javax.net.ssl.keyStore = /home/bils/bilsuser-cert.p12 |
4542 |
07 Feb 14 |
olle |
# javax.net.ssl.keyStorePassword = <PASSWORD-1> |
4542 |
07 Feb 14 |
olle |
# javax.net.ssl.trustStore = /home/bils/truststore.jks |
4542 |
07 Feb 14 |
olle |
# javax.net.ssl.trustStorePassword = <PASSWORD-2> |
4542 |
07 Feb 14 |
olle |
40 |
# |
4542 |
07 Feb 14 |
olle |
cert.alias = |
4542 |
07 Feb 14 |
olle |
cert.passFile = |
4542 |
07 Feb 14 |
olle |
javax.net.ssl.keyStore = |
4542 |
07 Feb 14 |
olle |
javax.net.ssl.keyStorePassword = |
4542 |
07 Feb 14 |
olle |
javax.net.ssl.trustStore = |
4542 |
07 Feb 14 |
olle |
javax.net.ssl.trustStorePassword = |
4542 |
07 Feb 14 |
olle |
47 |
|
4542 |
07 Feb 14 |
olle |
48 |
# |
4542 |
07 Feb 14 |
olle |
# Settings for redirects for local cache when accessing files via URL |
4542 |
07 Feb 14 |
olle |
50 |
# |
4542 |
07 Feb 14 |
olle |
# If a file URL starts with a listed 'source' path, the path with the |
4542 |
07 Feb 14 |
olle |
# source path exchanged for the corresponding target path is tried first. |
4551 |
25 Mar 14 |
fredrik |
# For URLs requiring authentication it can be written into the URL: |
4551 |
25 Mar 14 |
fredrik |
# https://USERNAME:PASSWORD@www.example.org/ |
4542 |
07 Feb 14 |
olle |
55 |
# |
4551 |
25 Mar 14 |
fredrik |
# Example settings for BILS project: |
4542 |
07 Feb 14 |
olle |
57 |
# |
4542 |
07 Feb 14 |
olle |
# alternate.location.source.1 = https://srm.swegrid.se/snic/bils/lu_proteomics/external/raw/ |
4551 |
25 Mar 14 |
fredrik |
# alternate.location.target.1 = http://user:pass@local.storage.lu.se/external/ |
4542 |
07 Feb 14 |
olle |
# alternate.location.source.2 = https://srm.swegrid.se/snic/bils/lu_proteomics/external/mzml/ |
4542 |
07 Feb 14 |
olle |
# alternate.location.target.2 = http://synology.immunoprot.lth.se/external/mzml/ |
4542 |
07 Feb 14 |
olle |
62 |
# |
4542 |
07 Feb 14 |
olle |
alternate.location.source.1 = |
4542 |
07 Feb 14 |
olle |
alternate.location.target.1 = |
4542 |
07 Feb 14 |
olle |
alternate.location.source.2 = |
4542 |
07 Feb 14 |
olle |
alternate.location.target.2 = |
4542 |
07 Feb 14 |
olle |
67 |
|
4554 |
28 Apr 14 |
fredrik |
68 |
# |
4554 |
28 Apr 14 |
fredrik |
# Settings for SRM client. Used to publish files on Swestore |
4554 |
28 Apr 14 |
fredrik |
# Path to script for creating proxy: |
4554 |
28 Apr 14 |
fredrik |
# create proxy = /usr/share/tomcat6/create_proxy.sh |
4554 |
28 Apr 14 |
fredrik |
create.proxy = /usr/share/tomcat/create_proxy.sh |
4554 |
28 Apr 14 |
fredrik |
73 |
# |
4554 |
28 Apr 14 |
fredrik |
# srm-set-permissions command. |
4554 |
28 Apr 14 |
fredrik |
# command in path: |
4554 |
28 Apr 14 |
fredrik |
srm.set.permissions = srm-set-permissions |
4554 |
28 Apr 14 |
fredrik |
# alternative: |
4554 |
28 Apr 14 |
fredrik |
# srm.set.permissions = /opt/d-cache/srm/bin/srm-set-permissions |
4554 |
28 Apr 14 |
fredrik |
79 |
|
4554 |
28 Apr 14 |
fredrik |
80 |
|
4554 |
28 Apr 14 |
fredrik |
81 |
|
4554 |
28 Apr 14 |
fredrik |
82 |
|