Revision e6d6603a settings.py.dist

b/settings.py.dist
241 241
AUTH_TOKEN_DURATION = 30 * 24
242 242

  
243 243
#Max number of invitations allowed per user
244
MAX_INVITATIONS = 20
244
MAX_INVITATIONS = 20
245

  
246
#Key to encrypt X-Auth-Token with when sending invitations
247
INVITATION_ENCR_KEY = '8d342f6e7a0366c632978a80257019af'
248

  
249
#Days during which an invitation is active
250
INVITATION_VALID_DAYS = 30
251

  
252
#SMTP server for the system
253
SMTP_SERVER="127.0.0.1"
254

  
255

  

Also available in: Unified diff