Revision 12fca521

b/snf-pithos-app/pithos/api/settings.py
15 15
    '0009': 'διογένης'
16 16
}
17 17

  
18
# Set to False if pithos running in the same machine with the identity management
18
# Set PROXY_USER_SERVICES to True to have snf-pithos-app handle all Astakos
19
# user-visible services (feedback, login, etc.) by proxying them to a running
20
# Astakos.
21
# Set to False if snf astakos-app is running on the same machine, so it handles
22
# the requests on its own.
19 23
PROXY_USER_SERVICES = getattr(settings, 'PITHOS_PROXY_USER_SERVICES', True)
20 24

  
21 25
USER_CATALOG_URL = getattr(settings, 'PITHOS_USER_CATALOG_URL',

Also available in: Unified diff