mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 22:11:51 +00:00
12 lines
175 B
Python
12 lines
175 B
Python
|
# Proxmox
|
||
|
PROXMOX_HOST = ''
|
||
|
PROXMOX_USER = ''
|
||
|
PROXMOX_PASS = ''
|
||
|
|
||
|
# STARRS
|
||
|
STARRS_DB_HOST = ''
|
||
|
STARRS_DB_NAME = ''
|
||
|
STARRS_DB_USER = ''
|
||
|
STARRS_DB_PASS = ''
|
||
|
STARRS_IP_RANGE = ''
|