Skip to content

Commit 0bdced0

Browse files
committed
add new and clean up config, add pipfile ignore
1 parent a3f1513 commit 0bdced0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/*
44
rrd/*
55
*.pyc
66
*_key
7+
Pipfile*

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
for host in environ.get('PROXSTAR_PROXMOX_HOSTS', '').split(',')
3131
]
3232
PROXMOX_USER = environ.get('PROXSTAR_PROXMOX_USER', '')
33-
PROXMOX_PASS = environ.get('PROXSTAR_PROXMOX_PASS', '')
3433
PROXMOX_ISO_STORAGE = environ.get('PROXSTAR_PROXMOX_ISO_STORAGE', 'nfs-iso')
3534
PROXMOX_SSH_KEY = environ.get('PROXSTAR_PROXMOX_SSH_KEY', '')
35+
PROXMOX_SSH_KEY_PASS = environ.get('PROXSTAR_PROXMOX_SSH_KEY_PASS', '')
3636

3737
# STARRS
3838
STARRS_DB_HOST = environ.get('PROXSTAR_STARRS_DB_HOST', '')

0 commit comments

Comments
 (0)