Revision aa28c84c

b/docs/quick-install-admin-guide.rst
850 850
   PITHOS_SERVICE_TOKEN = 'pithos_service_token22w'
851 851

  
852 852
   # Set to False if astakos & pithos are on the same host
853
   #PITHOS_PROXY_USER_SERVICES = True
853
   PITHOS_PROXY_USER_SERVICES = True
854 854

  
855 855

  
856 856
The ``PITHOS_BACKEND_DB_CONNECTION`` option tells to the Pithos app where to
b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
37 37
# identity management.  WARNING: Setting to True will break your installation.
38 38
# PITHOS_TRANSLATE_UUIDS = False
39 39

  
40
# Set PROXY_USER_SERVICES to True to have snf-pithos-app handle all Astakos
41
# user-visible services (feedback, login, etc.) by proxying them to a running
42
# Astakos.
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 43
# Set to False if snf astakos-app is running on the same machine, so it handles
44 44
# the requests on its own.
45
#PROXY_USER_SERVICES = True
45
#PITHOS_PROXY_USER_SERVICES = True
46 46

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

Also available in: Unified diff