Add config bit to tell fmn frontend where bastion is.

This commit is contained in:
Ralph Bean 2015-03-24 19:38:42 +00:00
parent 1a3acddb9d
commit 0772391b97

View file

@ -25,6 +25,9 @@ config = {
},
{% endif %}
# We need to know this to call VERFY to validate new addresses.
"fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25",
# Some configuration for the rule processors
"fmn.rules.utils.use_pkgdb2": True,
{% if env == 'staging' %}