diff --git a/.env.example b/.env.example index b759a25..a18a154 100644 --- a/.env.example +++ b/.env.example @@ -2,9 +2,12 @@ SECRET_KEY=generate-a-long-random-value POSTGRES_USER=panel POSTGRES_PASSWORD=replace-with-a-random-password POSTGRES_DB=panel -PVE_HOST=https://proxmox.example:8006 -PVE_NODE=pve +PVE_HOST=https://192.168.31.4:8006 +PVE_NODE=pve1 PVE_TOKEN_NAME=panel@pve!panel PVE_TOKEN_VALUE=replace-me PVE_VERIFY_SSL=true -ALLOW_ORIGINS=https://panel.example.com +PVE_VM_STORAGE=SSD +PVE_LXC_STORAGE=SSD +PVE_BRIDGE=vmbr0 +ALLOW_ORIGINS=https://cloud.rummail.ru