Revision 5933ff75 snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
23 23
USER_FEEDBACK_URL = getattr(settings, 'PITHOS_USER_FEEDBACK_URL',
24 24
                            'http://127.0.0.1:8000/feedback/')
25 25
USER_LOGIN_URL = getattr(settings, 'PITHOS_USER_LOGIN_URL',
26
                         'http:127.0.0.1:8000/login/')
26
                         'http://127.0.0.1:8000/login/')
27 27
AUTHENTICATION_URL = getattr(settings, 'PITHOS_AUTHENTICATION_URL',
28 28
                             'http://localhost:8000/im/authenticate/')
29 29
AUTHENTICATION_USERS = getattr(settings, 'PITHOS_AUTHENTICATION_USERS', {})

Also available in: Unified diff