Revision 48646327 snf-astakos-app/conf/20-snf-astakos-app-settings.conf

b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
102 102
#ASTAKOS_PROJECT_SUSPENSION_SUBJECT = '%s project suspended (%%(name)s)' % SITENAME
103 103
#ASTAKOS_PROJECT_MEMBERSHIP_CHANGE_SUBJECT = '%s project membership changed (%%(name)s)' % SITENAME
104 104

  
105
# Set the quotaholder component URI and token
106
#ASTAKOS_QUOTAHOLDER_URL = ''
107
#ASTAKOS_QUOTAHOLDER_TOKEN = ''
108
#
109
# Tune the size of the quotaholder http client connection pool.
110
# This limits the number of concurrent requests to quotaholder.
111
# If quotaholder is installed in the same system as astakos,
112
# This must be at most half the synnefo_poolsize for the django database
113
#ASTAKOS_QUOTAHOLDER_POOLSIZE = 50
114

  
115
# Setup quotaholder URL and token when snf-quotaholder-app is installed
116
# in the same server as astakos (recommended)
117
#QUOTAHOLDER_URL = ''
118
#QUOTAHOLDER_TOKEN = ''
119

  
120 105
# Set the cloud service properties
121 106
#ASTAKOS_SERVICES = {
122 107
#    'cyclades': {

Also available in: Unified diff