Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/config_default/rucio.cfg is written in an unsupported language. File is not indexed.

0001 # Copyright European Organization for Nuclear Research (CERN)
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # You may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
0006 #
0007 # Authors:
0008 # - Vincent Garonne, <vincent.garonne@cern.ch>, 2013
0009 
0010 [common]
0011 
0012 [client]
0013 # rucio_host = https://voatlasrucio-server-prod.cern.ch:443
0014 # auth_host = https://voatlasrucio-auth-prod.cern.ch:443
0015 rucio_host = https://rubin-rucio.slac.stanford.edu:8443
0016 auth_host = https://rubin-rucio.slac.stanford.edu:8443
0017 ca_cert = $RUCIO_HOME/etc/ca.crt
0018 client_cert = ~/.globus/usercert.pem
0019 client_key = ~/.globus/userkey.pem
0020 client_x509_proxy = $X509_USER_PROXY
0021 auth_type = x509_proxy
0022 request_retries = 3