add new and clean up config, add pipfile ignore

This commit is contained in:
Jordan Rodgers 2018-05-07 01:14:47 -04:00
parent a3f15134f2
commit 0bdced0865
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ __pycache__/*
rrd/*
*.pyc
*_key
Pipfile*

View file

@ -30,9 +30,9 @@ PROXMOX_HOSTS = [
for host in environ.get('PROXSTAR_PROXMOX_HOSTS', '').split(',')
]
PROXMOX_USER = environ.get('PROXSTAR_PROXMOX_USER', '')
PROXMOX_PASS = environ.get('PROXSTAR_PROXMOX_PASS', '')
PROXMOX_ISO_STORAGE = environ.get('PROXSTAR_PROXMOX_ISO_STORAGE', 'nfs-iso')
PROXMOX_SSH_KEY = environ.get('PROXSTAR_PROXMOX_SSH_KEY', '')
PROXMOX_SSH_KEY_PASS = environ.get('PROXSTAR_PROXMOX_SSH_KEY_PASS', '')
# STARRS
STARRS_DB_HOST = environ.get('PROXSTAR_STARRS_DB_HOST', '')