Statistics
| Branch: | Tag: | Revision:

root / settings.d / 70-helpdesk.conf @ bd444a11

History | View | Annotate | Download (291 Bytes)

1 0bc9e367 Georgios Gousios
# -*- coding: utf-8 -*-
2 0bc9e367 Georgios Gousios
#
3 0bc9e367 Georgios Gousios
# Helpdesk application
4 0bc9e367 Georgios Gousios
#
5 0bc9e367 Georgios Gousios
6 0bc9e367 Georgios Gousios
# Duration for temporary auth tokens, created for impersonating a registered
7 0bc9e367 Georgios Gousios
# user by helpdesk staff.
8 0bc9e367 Georgios Gousios
HELPDESK_TOKEN_DURATION_MIN = 30
9 0bc9e367 Georgios Gousios
10 0bc9e367 Georgios Gousios
# IP addresses of the machines allowed to connect as help desk
11 0bc9e367 Georgios Gousios
HELPDESK_ALLOWED_IPS = ("127.0.0.1",)