Revision f759041f snf-pithos-app/conf/20-snf-pithos-app-settings.conf

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
2 2
#PITHOS_BASE_URL = "https://pithos.example.synnefo.org/"
3 3

  
4 4
# Top-level URL for the Astakos instance to be used for user management
5
#ASTAKOS_BASE_URL = 'https://accounts.example.synnefo.org/'
5
#ASTAKOS_AUTH_URL = 'https://accounts.example.synnefo.org/identity/v2.0/'
6 6

  
7 7
# Cookie name to search for fallback token
8 8
#PITHOS_ASTAKOS_COOKIE_NAME = '_pithos2_a'
......
37 37
# identity management.  WARNING: Setting to True will break your installation.
38 38
# PITHOS_TRANSLATE_UUIDS = False
39 39

  
40
# Set PITHOS_PROXY_USER_SERVICES to True to have snf-pithos-app handle all
41
# Astakos user-visible services (feedback, login, etc.) by proxying them to
42
# a running Astakos.
43
# Set to False if snf astakos-app is running on the same machine, so it handles
44
# the requests on its own.
45
#PITHOS_PROXY_USER_SERVICES = True
40
## Proxy Astakos services under the following path
41
#PITHOS_PROXY_PREFIX = '_astakos'
46 42

  
47 43
# Tune the size of the http pool for the astakos client.
48 44
# It limits the maximum number of quota changing requests

Also available in: Unified diff