Revision 32401481 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
3 3
# API configuration
4 4
#####################
5 5

  
6
from synnefo.settings.setup import Example
7

  
8 6
DEBUG = False
9 7

  
10 8
# The API will return HTTP Bad Request if the ?changes-since
......
80 78
# The maximum size, in bytes, for each personality file
81 79
MAX_PERSONALITY_SIZE = 10240
82 80

  
83

  
84
CYCLADES_BASE_URL = Example('https://cyclades.example.synnefo.org/compute')
85
# Top-level URL of the astakos instance to be used for user management
86
ASTAKOS_BASE_URL = Example('https://astakos.example.synnefo.org/accounts')
87

  
88 81
# Tune the size of the Astakos http client connection pool
89 82
# This limit the number of concurrent requests to Astakos.
90 83
CYCLADES_ASTAKOSCLIENT_POOLSIZE = 50

Also available in: Unified diff