Revision 3a9f4931 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
50 50
# Set cloud services appear in the horizontal bar
51 51
CLOUD_SERVICES = getattr(settings, 'ASTAKOS_CLOUD_SERVICES', (
52 52
        { 'url':'/', 'name':'grnet cloud', 'id':'cloud', 'icon':'home-icon.png' },
53
        { 'url':'/okeanos.html', 'name':'~okeanos', 'id':'okeanos' },
53
        { 'url':'/okeanos.html', 'name':'cyclades', 'id':'okeanos' },
54 54
        { 'url':'/ui/', 'name':'pithos+', 'id':'pithos' }))
55 55

  
56 56
# Set recaptcha keys
......
62 62
BILLING_FIELDS = getattr(settings, 'ASTAKOS_BILLING_FIELDS', ['id', 'is_active', 'provider', 'third_party_identifier'])
63 63

  
64 64
# Queue for billing.
65
QUEUE_EXCHANGE = getattr(settings, 'ASTAKOS_QUEUE_EXCHANGE', None) # Example: 'rabbitmq://guest:guest@localhost:5672/astakos.userEvent.#'
65
QUEUE_CONNECTION = getattr(settings, 'ASTAKOS_QUEUE_CONNECTION', None) # Example: 'rabbitmq://guest:guest@localhost:5672/astakos.userEvent.#'
66

  
67
# Set where the user should be redirected after logout
68
LOGOUT_NEXT = getattr(settings, 'ASTAKOS_LOGOUT_NEXT', '')

Also available in: Unified diff