Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf @ 25d9d4d0

History | View | Annotate | Download (2.2 kB)

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 = '/im/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':'white'}
61
#ASTAKOS_RECAPTCHA_USE_SSL = False
62

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

    
66
# Set user email patterns that are automatically activated
67
#ASTAKOS_RE_USER_EMAIL_PATTERNS = []
68

    
69
# Messages to display on login page header
70
# e.g. {'warning': 'This warning message will be displayed on the top of login page'}
71
#ASTAKOS_LOGIN_MESSAGES = {}
72

    
73
# messages to display as extra actions in account forms
74
# e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
75
#ASTAKOS_PROFILE_EXTRA_LINKS = {}
76