Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / app_settings / default / quotas.py @ 6a7c88d7

History | View | Annotate | Download (324 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 = "http://127.0.0.1:8008/api/quotaholder/v"
14

    
15
CYCLADES_QUOTAHOLDER_TOKEN = ""