Statistics
| Branch: | Tag: | Revision:

root / settings.d / 50-invitations.conf @ 9da33f32

History | View | Annotate | Download (450 Bytes)

1
# -*- coding: utf-8 -*-
2
# Max number of invitations allowed per user
3
MAX_INVITATIONS = 3
4

    
5
# Key to encrypt X-Auth-Token with when sending invitations
6
INVITATION_ENCR_KEY = '8d342f6e7a0366c632978a80257019af'
7

    
8
# Days for which an invitation is active
9
INVITATION_VALID_DAYS = 30
10

    
11
# SMTP server to use when sending out emails
12
#SMTP_SERVER="127.0.0.1"
13

    
14
# The address to use in the From: field when sending out emails
15
#SYSTEM_EMAIL_ADDR="noreply@grnet.gr"