Warning, /iDDS/main/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>, 2019
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 = DEBUG
0014
0015 [rest]
0016 host = https://aipanda181.cern.ch:443/idds
0017 #url_prefix = /idds
0018 #cacher_dir = /tmp
0019 cacher_dir = /data/idds
0020
0021 #[section]
0022 #attr1 = <attr1>
0023 #plugin.<plugin_name> = <lib.path.name.ClassName>
0024 #plugin.<plugin_name>.<attr1> = <value1>
0025 #plugin.<plugin_name>.<attr2> = <value2>