Include additional settings in sample .conf file
[astakos] / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf
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
36 #ASTAKOS_IM_STATIC_URL = '/im/static/im/'
37
38 # If set to False and invitations not enabled newly created user will be 
39 # automatically accepted
40 #ASTAKOS_MODERATION_ENABLED = True
41
42 # Set baseurl
43 #ASTAKOS_BASEURL = 'http://pithos.dev.grnet.gr'
44
45 # Set service name
46 #ASTAKOS_SITENAME = 'GRNET Cloud'
47
48 # Set cloud services appear in the horizontal bar
49 #ASTAKOS_CLOUD_SERVICES = getattr(settings, 'ASTAKOS_CLOUD_SERVICES', (
50 #        { 'url':'/', 'name':'grnet cloud', 'id':'cloud', 'icon':'home-icon.png' },
51 #        { 'url':'/okeanos.html', 'name':'~okeanos', 'id':'okeanos' },
52 #        { 'url':'/ui/', 'name':'pithos+', 'id':'pithos' }))
53 #
54
55 # Set recaptcha keys
56 # http://www.google.com/recaptcha/whyrecaptcha 
57 #ASTAKOS_RECAPTCHA_PUBLIC_KEY = ''
58 #ASTAKOS_RECAPTCHA_PRIVATE_KEY = ''
59
60