Revision 77a345fc snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
2 2
from django.conf import settings
3 3

  
4 4
AUTHENTICATION_URL = getattr(settings, 'PITHOS_AUTHENTICATION_URL',
5
                             'https://<astakos.host>/im/authenticate/')
5
                             'https://accounts.synnefo.local/im/authenticate/')
6 6
AUTHENTICATION_USERS = getattr(settings, 'PITHOS_AUTHENTICATION_USERS', {})
7 7

  
8 8
COOKIE_NAME = getattr(settings, 'PITHOS_ASTAKOS_COOKIE_NAME', '_pithos2_a')
......
54 54
PROXY_USER_SERVICES = getattr(settings, 'PITHOS_PROXY_USER_SERVICES', True)
55 55

  
56 56
USER_CATALOG_URL = getattr(settings, 'PITHOS_USER_CATALOG_URL',
57
                           'https://<astakos.host>/user_catalogs/')
57
                           'https://accounts.synnefo.local/user_catalogs/')
58 58
USER_FEEDBACK_URL = getattr(settings, 'PITHOS_USER_FEEDBACK_URL',
59
                            'https://<astakos.host>/feedback/')
59
                            'https://accounts.synnefo.local/feedback/')
60 60
USER_LOGIN_URL = getattr(settings, 'PITHOS_USER_LOGIN_URL',
61
                         'https://<astakos.host>/login/')
61
                         'https://accounts.synnefo.local/login/')
62 62

  
63 63
# Set the quota holder component URI
64 64
USE_QUOTAHOLDER = getattr(settings, 'PITHOS_USE_QUOTAHOLDER', False)

Also available in: Unified diff