Statistics
| Branch: | Tag: | Revision:

root / snf-app / synnefo / settings / common / helpdesk.py @ 483c9197

History | View | Annotate | Download (291 Bytes)

1
# -*- coding: utf-8 -*-
2
#
3
# Helpdesk application
4
#
5

    
6
# Duration for temporary auth tokens, created for impersonating a registered
7
# user by helpdesk staff.
8
HELPDESK_TOKEN_DURATION_MIN = 30
9

    
10
# IP addresses of the machines allowed to connect as help desk
11
HELPDESK_ALLOWED_IPS = ("127.0.0.1",)
12