diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-26 16:23:58 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-26 16:23:58 +0000 |
commit | 543da90412f5b5f6e822a8872f366f54bab0a672 (patch) | |
tree | 607cdef05b59f92b585c3025b7ae317ae60b773f /rpkid | |
parent | daacfc73050d94ac939985a44182f9d45b6d6c78 (diff) |
send email error reports to root@localhost by default
see #496
svn path=/trunk/; revision=5218
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/portal-gui/settings.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in index 702a11f5..ce10d8a5 100644 --- a/rpkid/portal-gui/settings.py.in +++ b/rpkid/portal-gui/settings.py.in @@ -129,3 +129,6 @@ STATIC_ROOT = '%(AC_DATAROOTDIR)s/rpki/media' # must end with a slash! STATIC_URL = '/media/' + +# where to email server errors +ADMINS = (('Administrator', 'root@localhost'),) |