X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/60e78c999a766ddb70ffe147c62c574a64a3f561..52343ac8265022cb2d8bbdef2fad3efc98775ea7:/snf-astakos-app/conf/20-snf-astakos-app-settings.conf?ds=sidebyside diff --git a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf index 38ac2dd..3e9bc1e 100644 --- a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf +++ b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf @@ -99,3 +99,30 @@ # Set the astakos main functions logging severity (None to disable) #from logging import INFO #ASTAKOS_LOGGING_LEVEL = INFO + +# Email subjects configuration. For admin/helper notification emails %(user)s +# maps to registered/activated user email. +#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s alpha2 testing' % SITENAME +#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s alpha2 testing' % SITENAME +#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s alpha2 testing' % SITENAME +#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activation is needed' % SITENAME +#ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account created (%%(user)s)' % SITENAME +#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activated (%%(user)s)' % SITENAME +#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s alpha2 testing' % SITENAME +#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s alpha2 testing' % SITENAME + +# Set the quota holder component URI +#ASTAKOS_QUOTA_HOLDER_URL = '' + +# Set the cloud service properties +# SERVICES = getattr(settings, 'ASTAKOS_SERVICES', +# {'cyclades': {'url':'https://node1.example.com/ui/', +# 'quota': {'vm': 2}}, +# 'pithos+': {'url':'https://node2.example.com/ui/', +# 'quota': {'diskspace': 50 * 1024 * 1024 * 1024}}}) + +# Set the billing URI +#ASTAKOS_AQUARIUM_URL = '' + +# Set how many objects should be displayed per page +#PAGINATE_BY = getattr(settings, 'ASTAKOS_PAGINATE_BY', 10) \ No newline at end of file