Revision 9f8ad4c5 settings.d/50-invitations.conf

b/settings.d/50-invitations.conf
35 35
# 
36 36
# -*- coding: utf-8 -*-
37 37

  
38
# Max number of invitations allowed per user
39
MAX_INVITATIONS = 3
38
# Max number of invitations allowed per level
39
INVITATIONS_PER_LEVEL = {
40
   #Level  #Max Invitations
41
    0   :   10000,
42
    1   :   3,
43
    2   :   2,
44
    3   :   1,
45
    4   :   0
46
}
40 47

  
41 48
# Key to encrypt X-Auth-Token with when sending invitations
42 49
INVITATION_ENCR_KEY = '8d342f6e7a0366c632978a80257019af'
43 50

  
44 51
# Days for which an invitation is active
45
INVITATION_VALID_DAYS = 30
52
INVITATION_VALID_DAYS = 180
46 53

  
47 54
# SMTP server to use when sending out emails
48 55
#SMTP_SERVER="127.0.0.1"

Also available in: Unified diff