Revision bd0778e4

b/snf-common/conf/00-snf-common-admins.conf
3 3
## Admin names and email addresses
4 4
###################################
5 5
#
6
# List of people who receive application notifications, such as code error
7
# tracebacks. It is recommended to have at least one entry in this list.
6 8
#ADMINS = (
7
#    # ('Your Name', 'your_email@domain.com'),
9
#     ('Your Name', 'your_email@domain.com'),
8 10
#)
9 11
#
12
# List of people to receive user feedback notifications.
13
#HELPDESK = ADMINS
14
#
15
# A list of people to receive email notifications on some application events
16
# (e.g. account creation/activation).
10 17
#MANAGERS = ADMINS
11 18
#
12 19
## Email configuration
b/snf-common/synnefo/settings/default/admins.py
3 3
# Admin names and email addresses
4 4
##################################
5 5

  
6
# List of people who receive application notifications, such as code error
7
# tracebacks. It is recommended to have at least one entry in this list.
6 8
ADMINS = (
7 9
    # ('Your Name', 'your_email@domain.com'),
8 10
)
9 11

  
12
# List of people to receive user feedback notifications.
13
HELPDESK = ADMINS
14

  
15
# A list of people to receive email notifications on some application events
16
# (e.g. account creation/activation).
10 17
MANAGERS = ADMINS
11 18

  
12 19
# Email configuration

Also available in: Unified diff