mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
11 lines
175 B
Python
11 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 = ''
|