From ded7a5cd77f611e01f8d46523b52759b68968be3 Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Fri, 30 Nov 2018 14:04:46 +0100 Subject: [PATCH] Add settings for user proxy work from Diego --- daemons/rucio.cfg.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemons/rucio.cfg.j2 b/daemons/rucio.cfg.j2 index 00659b2..6306b59 100644 --- a/daemons/rucio.cfg.j2 +++ b/daemons/rucio.cfg.j2 @@ -58,6 +58,8 @@ usercert = {{ RUCIO_CFG_CONVEYOR_USERCERT | default('/opt/rucio/tools/x509up') } {% if RUCIO_CFG_CONVEYOR_QUEUE_MODE is defined %}queue_mode = {{ RUCIO_CFG_CONVEYOR_QUEUE_MODE }}{% endif %} {% if RUCIO_CFG_CONVEYOR_USING_MEMCACHE is defined %}using_memcache = { RUCIO_CFG_CONVEYOR_USING_MEMCACHE }}{% endif %} {% if RUCIO_CFG_CONVEYOR_FTSMONHOSTS is defined %}ftsmonhosts = {{ RUCIO_CFG_CONVEYOR_FTSMONHOSTS }}{% endif %} +{% if RUCIO_CFG_CONVEYOR_USER_ACTIVITIES is defined %}user_activities = {{ RUCIO_CFG_CONVEYOR_USER_ACTIVITIES }}{% endif %} +{% if RUCIO_CFG_CONVEYOR_USER_TRANSFERS is defined %}user_transfers = {{ RUCIO_CFG_CONVEYOR_USER_TRANSFERS }}{% endif %} [messaging-fts3] port = {{ RUCIO_CFG_MESSAGING_FTS3_PORT | default('61123') }}