Default settings configuration 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
23 # Identity Management enabled modules
24 #ASTAKOS_IM_MODULES = ['local', 'twitter', 'shibboleth']
25
26 # Force user profile verification
27 #ASTAKOS_FORCE_PROFILE_UPDATE = True
28
29 #Enable invitations
30 #ASTAKOS_INVITATIONS_ENABLED = True
31
32 #ASTAKOS_COOKIE_NAME = '_pithos2_a'
33 #ASTAKOS_COOKIE_DOMAIN = None
34
35 #ASTAKOS_IM_STATIC_URL = '/im/static/im/'
36
37 # If set to False and invitations not enabled newly created user will be 
38 # automatically accepted
39 #ASTAKOS_MODERATION_ENABLED = True
40
41 # Set baseurl
42 #ASTAKOS_BASEURL = 'http://pithos.dev.grnet.gr'
43
44 # Set service name
45 #ASTAKOS_SITENAME = 'GRNET Cloud'