Warning, /iDDS/main/etc/rucio.cfg.default 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 ca_cert = $RUCIO_HOME/etc/ca.crt
0016 client_cert = ~/.globus/usercert.pem
0017 client_key = ~/.globus/userkey.pem
0018 client_x509_proxy = $X509_USER_PROXY
0019 auth_type = x509_proxy
0020 request_retries = 3