mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
remove ignored pools config, check valid user when generating pool list, add start for ssh tasks
This commit is contained in:
parent
b57279788d
commit
cab0745707
5 changed files with 20 additions and 5 deletions
|
@ -2,10 +2,6 @@ from os import environ
|
|||
|
||||
# Proxstar
|
||||
VM_EXPIRE_MONTHS = int(environ.get('PROXSTAR_VM_EXPIRE_MONTHS', '3'))
|
||||
IGNORED_POOLS = [
|
||||
pool.strip()
|
||||
for pool in environ.get('PROXSTAR_IGNORED_POOLS', '').split(',')
|
||||
]
|
||||
|
||||
# Flask
|
||||
IP = environ.get('PROXSTAR_IP', '0.0.0.0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue