Revision 5f8f39d4

b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
34 34
#ASTAKOS_COOKIE_DOMAIN = None
35 35
#ASTAKOS_COOKIE_SECURE = True
36 36

  
37
#ASTAKOS_IM_STATIC_URL = '/im/static/im/'
37
#ASTAKOS_IM_STATIC_URL = '/static/im/'
38 38

  
39 39
# If set to False and invitations not enabled newly created user will be 
40 40
# automatically accepted
......
58 58
#ASTAKOS_RECAPTCHA_PUBLIC_KEY = ''
59 59
#ASTAKOS_RECAPTCHA_PRIVATE_KEY = ''
60 60
#ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'white'}
61
#ASTAKOS_RECAPTCHA_USE_SSL = False
61
#ASTAKOS_RECAPTCHA_USE_SSL = True
62
#ASTAKOS_RECAPTCHA_ENABLED = True
63

  
64
# set AstakosUser fields to propagate in the billing system
65
#ASTAKOS_BILLING_FIELDS = ['is_active']
66

  
67
# Queue for billing.
68
#'rabbitmq://guest:guest@localhost:5672/astakos'
69
#QUEUE_CONNECTION = None 
62 70

  
63 71
# Set where the user should be redirected after logout
64 72
#ASTAKOS_LOGOUT_NEXT = ''

Also available in: Unified diff