fix hard coded URL, add proxmox URL to config

This commit is contained in:
Arthur Lu
2025-01-28 00:48:53 +00:00
parent 58cf403d26
commit 3cea9f6bcd
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"`