Files
proxmox-monitor/.env.example

9 lines
300 B
Plaintext

# Proxmox VE API Configuration
# Get your token from Proxmox → Datacenter → Permissions → API Tokens
PROXMOX_API_URL=http://proxmox.lan:8006/api2/json
PROXMOX_WEB_URL=http://proxmox.lan:8006
PROXMOX_TOKEN_ID=root@pam!monitorapp
PROXMOX_TOKEN_SECRET=<your-token-secret>
API_POLL_INTERVAL=30000