Revision fe243425 pithos/settings.d/20-im.conf

b/pithos/settings.d/20-im.conf
2 2
# to be this many hours after their creation time.
3 3
AUTH_TOKEN_DURATION = 30 * 24
4 4

  
5
# Bypass authentication for user administration.
6
BYPASS_ADMIN_AUTH = False
7

  
8
# Show these many users per page in admin interface.
9
ADMIN_PAGE_LIMIT = 100
10

  
5 11
# Authenticate via Twitter.
6 12
TWITTER_KEY = ''
7 13
TWITTER_SECRET = ''
......
16 22

  
17 23
SERVICE_NAME = 'Pithos'
18 24

  
25
# Address to use for outgoing emails
26
DEFAULT_FROM_EMAIL = 'Pithos <no-reply@grnet.gr>'
27
DEFAULT_CONTACT_EMAIL = 'support@pithos.grnet.gr'
28

  
19 29
# Where users should login with their invitation code
20 30
INVITATION_LOGIN_TARGET = '%s/im/login/invitation?code=%d&next=%s'
21 31

  

Also available in: Unified diff