Skip to content

Commit

Permalink
Merge pull request #10 from rucio/fix_email
Browse files Browse the repository at this point in the history
Fix hermes e-mail address
  • Loading branch information
tbeerman authored Mar 15, 2019
2 parents 27644f2 + 8c4a5d6 commit e0956fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemons/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ destination = {{ RUCIO_CFG_MESSAGING_HERMES_DESTINATION | default('/topic/rucio.
brokers = {{ RUCIO_CFG_MESSAGING_HERMES_BROKERS | default('atlas-test-mb.cern.ch') }}
voname = {{ RUCIO_CFG_MESSAGING_HERMES_VONAME | default('atlas') }}
email_from = {{ RUCIO_CFG_MESSAGING_HERMES_EMAIL_FROM | default('Rucio <atlas-adc-ddm-support@cern.ch>') }}
{% if RUCIO_CFG_MESSAGING_HERMES_EMAIL_TEST is defined %}email_test = {{ RUCIO_CFG_MESSAGING_EMAIL_TEST }}{% endif %}
{% if RUCIO_CFG_MESSAGING_HERMES_EMAIL_TEST is defined %}email_test = {{ RUCIO_CFG_MESSAGING_HERMES_EMAIL_TEST }}{% endif %}

[tracer-kronos]
brokers= {{ RUCIO_CFG_TRACER_KRONOS_BROKERS | default('atlas-test-mb.cern.ch') }}
Expand Down

0 comments on commit e0956fc

Please sign in to comment.