Resources statistic page
[astakos] / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf
index 4fbbe0d..3e9bc1e 100644 (file)
 #from logging import INFO
 #ASTAKOS_LOGGING_LEVEL = INFO
 
-# Set the quota holder component URI
-#ASTAKOS_QUOTA_HOLDER_URL = ''
-
-# Set the billing URI
-#ASTAKOS_AQUARIUM_URL = ''
-
 # 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_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
\ No newline at end of file
+#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