Revision 3a9f4931 snf-astakos-app/README

b/snf-astakos-app/README
62 62
ASTAKOS_BASEURL                     \http://pithos.dev.grnet.gr                                                     Astakos baseurl
63 63
ASTAKOS_SITENAME                    GRNET Cloud                                                                     Service name that appears in emails
64 64
ASTAKOS_CLOUD_SERVICES              ({'icon': 'home-icon.png', 'id': 'cloud', 'name': 'grnet cloud', 'url': '/'},   Cloud services appear in the horizontal bar
65
                                    {'id': 'okeanos', 'name': '~okeanos', 'url': '/okeanos.html'},                  
65
                                    {'id': 'okeanos', 'name': 'cyclades', 'url': '/okeanos.html'},                  
66 66
                                    {'id': 'pithos', 'name': 'pithos+', 'url': '/ui/'})                             
67 67
ASTAKOS_RECAPTCHA_PUBLIC_KEY                                                                                        Recaptcha public key obtained after registration here: http://recaptcha.net
68 68
ASTAKOS_RECAPTCHA_PRIVATE_KEY                                                                                       Recaptcha private key obtained after registration here: http://recaptcha.net
69
ASTAKOS_RECAPTCHA_OPTIONS           {'theme': 'white'}                                                              Options for customizing reCAPTCHA look and feel
70
                                                                                                                    (see: http://code.google.com/intl/el-GR/apis/recaptcha/docs/customization.html)
71
ASTAKOS_LOGOUT_NEXT                                                                                                 Where the user should be redirected after logout
72
                                                                                                                    (if not set and no next parameter is defined it renders login page with message)
73
ASTAKOS_BILLING_FIELDS              ['id', 'is_active', 'provider', 'third_party_identifier']                       AstakosUser fields to propagate in the billing system
74
ASTAKOS_QUEUE_CONNECTION                                                                                            The queue connection ex. 'rabbitmq://guest:guest@localhost:5672/astakos.userEvent.#'
75
                                                                                                                    (if it is not set, it does not send messages)
69 76
==============================      =============================================================================   ===========================================================================================
70 77

  
71 78
Administrator functions

Also available in: Unified diff