mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Expand options to not use starrs.
This commit is contained in:
parent
c641ba1d1c
commit
33a8cdb523
3 changed files with 39 additions and 21 deletions
|
@ -5,6 +5,7 @@ VM_EXPIRE_MONTHS = int(environ.get('PROXSTAR_VM_EXPIRE_MONTHS', '3'))
|
|||
VNC_CLEANUP_TOKEN = environ.get('PROXSTAR_VNC_CLEANUP_TOKEN', '')
|
||||
|
||||
# Development options
|
||||
# Determines weather or not to run STARRS queries (for doing stuff like checking for available IPs)
|
||||
USE_STARRS = environ.get('PROXSTAR_USE_STARRS', 'True')
|
||||
FORCE_STANDARD_USER = environ.get('PROXSTAR_FORCE_STANDARD_USER', 'False')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue