add hourly cleanup of vnc pipelines

This commit is contained in:
Jordan Rodgers 2018-02-20 02:01:33 -05:00
parent 7166650a4a
commit e5e54d1239
4 changed files with 19 additions and 3 deletions

View file

@ -2,6 +2,7 @@ from os import environ
# Proxstar
VM_EXPIRE_MONTHS = int(environ.get('PROXSTAR_VM_EXPIRE_MONTHS', '3'))
VNC_CLEANUP_TOKEN = environ.get('PROXSTAR_VNC_CLEANUP_TOKEN', '')
# Flask
IP = environ.get('PROXSTAR_IP', '0.0.0.0')