Revision 5af5920c snf-cyclades-app/synnefo/app_settings/default/ui.py

b/snf-cyclades-app/synnefo/app_settings/default/ui.py
42 42
# How often to check for user usage changes
43 43
UI_QUOTAS_UPDATE_INTERVAL = 10000
44 44

  
45
# List of emails used for sending the feedback messages to (following the ADMINS format)
46
FEEDBACK_CONTACTS = (
47
    # ('Contact Name', 'contact_email@domain.com'),
48
)
49

  
50
# Email from which the feedback emails will be sent from
51
FEEDBACK_EMAIL_FROM = "~okeanos <no-reply@grnet.gr>"
52

  
53 45
# URL to redirect not authenticated users
54 46
UI_LOGIN_URL = "/im/login"
55 47

  
......
211 203
    'images@synnefo.gr': 'system'
212 204
}
213 205

  
206
# Astakos feedback endpoint. UI uses this setting to post error feedbacks
207
CYCLADES_USER_FEEDBACK_URL = 'https://accounts.synnefo.org/feedback'

Also available in: Unified diff