fix hard coded URL, add proxmox URL to config

This commit is contained in:
2025-02-11 07:11:05 +00:00
parent b86034ae8f
commit d44bd48858
4 changed files with 10 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ const MiB = 1024 * 1024
type Config struct {
ListenPort int `json:"listenPort"`
PVE struct {
URL string `json:"url"`
Token struct {
USER string `json:"user"`
REALM string `json:"realm"`