mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
add new and clean up config, add pipfile ignore
This commit is contained in:
parent
a3f15134f2
commit
0bdced0865
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ __pycache__/*
|
|||
rrd/*
|
||||
*.pyc
|
||||
*_key
|
||||
Pipfile*
|
||||
|
|
|
@ -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', '')
|
||||
|
|
Loading…
Reference in a new issue