Revision 469d0997 snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
28 28
                             'http://localhost:8000/im/authenticate/')
29 29
AUTHENTICATION_USERS = getattr(settings, 'PITHOS_AUTHENTICATION_USERS', {})
30 30

  
31
TRANSLATE_UUIDS = getattr(settings, 'PITHOS_TRANSLATE_UUIDS', False)
32

  
31 33
COOKIE_NAME = getattr(settings, 'ASTAKOS_COOKIE_NAME', '_pithos2_a')
32 34

  
33 35
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).

Also available in: Unified diff