Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / conf / 20-snf-cyclades-app-quotas.conf @ 0252fb8b

History | View | Annotate | Download (619 Bytes)

1
# # -*- coding: utf-8 -*-
2
# #
3
# # QUOTAHOLDER configuration
4
# #####################
5
#
6
# # URL of the Quotaholder
7
# #
8
# #
9
# # Set to True to use the Quotaholder service. Otherwise, static
10
# # limits are used
11
# CYCLADES_USE_QUOTAHOLDER = False
12
#
13
# CYCLADES_QUOTAHOLDER_URL = "https://accounts.example.synnefo.org/quotaholder/v"
14
#
15
# # CYCLADES_QUOTAHOLDER_TOKEN = ""
16
# # Tune the size of the http pool for the quotaholder client.
17
# # It limits the maximum number of quota-querying requests
18
# # that Cyclades can serve. Extra requests will be blocked 
19
# # until another has completed.
20
# CYCLADES_QUOTAHOLDER_POOLSIZE = 200