Files
proxmox-monitor/.env.example
2026-05-07 06:41:36 +01:00

8 lines
260 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_TOKEN_ID=root@pam!monitorapp
PROXMOX_TOKEN_SECRET=<your-token-secret>
API_POLL_INTERVAL=30000