Revision c9f89755

/dev/null
1
# Set the expiration time of newly created auth tokens
2
# to be this many hours after their creation time.
3
#ASTAKOS_AUTH_TOKEN_DURATION = 30 * 24
4

  
5
# Authenticate via Twitter.
6
#ASTAKOS_TWITTER_KEY = ''
7
#ASTAKOS_TWITTER_SECRET = ''
8

  
9
#ASTAKOS_DEFAULT_USER_LEVEL = 4
10

  
11
#ASTAKOS_INVITATIONS_PER_LEVEL = {
12
#    0   :   100,
13
#    1   :   2,
14
#    2   :   0,
15
#    3   :   0,
16
#    4   :   0
17
#}
18

  
19
# Address to use for outgoing emails
20
#ASTAKOS_DEFAULT_FROM_EMAIL = 'GRNET Cloud <no-reply@grnet.gr>'
21
#ASTAKOS_DEFAULT_CONTACT_EMAIL = 'support@cloud.grnet.gr'
22
#ASTAKOS_DEFAULT_ADMIN_EMAIL = 'admin@cloud.grnet.gr'
23

  
24
# Identity Management enabled modules
25
#ASTAKOS_IM_MODULES = ['local', 'twitter', 'shibboleth']
26

  
27
# Force user profile verification
28
#ASTAKOS_FORCE_PROFILE_UPDATE = True
29

  
30
#Enable invitations
31
#ASTAKOS_INVITATIONS_ENABLED = True
32

  
33
#ASTAKOS_COOKIE_NAME = '_pithos2_a'
34
#ASTAKOS_COOKIE_DOMAIN = None
35
#ASTAKOS_COOKIE_SECURE = True
36

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

  
39
# If set to False and invitations not enabled newly created user will be 
40
# automatically accepted
41
#ASTAKOS_MODERATION_ENABLED = True
42

  
43
# Set baseurl
44
#ASTAKOS_BASEURL = 'http://pithos.dev.grnet.gr'
45

  
46
# Set service name
47
#ASTAKOS_SITENAME = 'GRNET Cloud'
48

  
49
# Set cloud services appear in the horizontal bar
50
#ASTAKOS_CLOUD_SERVICES = (
51
#        { 'url':'/', 'name':'grnet cloud', 'id':'cloud', 'icon':'home-icon.png' },
52
#        { 'url':'/okeanos.html', 'name':'~okeanos', 'id':'okeanos' },
53
#        { 'url':'/ui/', 'name':'pithos+', 'id':'pithos' })
54
#
55

  
56
# Set recaptcha keys
57
# http://www.google.com/recaptcha/whyrecaptcha 
58
#ASTAKOS_RECAPTCHA_PUBLIC_KEY = ''
59
#ASTAKOS_RECAPTCHA_PRIVATE_KEY = ''
60
ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'clean'}
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 
70

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

  
74
# Set user email patterns that are automatically activated
75
#ASTAKOS_RE_USER_EMAIL_PATTERNS = []
76

  
77
# Messages to display on login page header
78
# e.g. {'warning': 'This warning message will be displayed on the top of login page'}
79
#ASTAKOS_LOGIN_MESSAGES = {}
80

  
81
# messages to display as extra actions in account forms
82
# e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
83
#ASTAKOS_PROFILE_EXTRA_LINKS = {}
84

  

Also available in: Unified diff