Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/client/etc/idds/idds.cfg.client.template is written in an unsupported language. File is not indexed.

0001 # Licensed under the Apache License, Version 2.0 (the "License");
0002 # You may not use this file except in compliance with the License.
0003 # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
0004 #
0005 # Authors:
0006 # - Wen Guan, <wen.guan@cern.ch>, 2020
0007 
0008 [common]
0009 # if logdir is configured, idds will write to idds.log in this directory.
0010 # else idds will go to stdout/stderr.
0011 # With supervisord, it's good to write to stdout/stderr, then supervisord can manage and rotate logs.
0012 # logdir = /var/log/idds
0013 loglevel = INFO
0014 
0015 [rest]
0016 host = https://iddsserver.cern.ch:443/idds
0017 #url_prefix = /idds
0018 #cacher_dir = /tmp
0019 cacher_dir = /data/idds