We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f38b5 commit fb173c2Copy full SHA for fb173c2
docs/configs/proxmox.md
@@ -7,17 +7,18 @@ Chaotic will stop a VM (qemu and lxc) stop/start it with a delay of a configurab
7
8
Auth using user and password:
9
10
-```
11
-PROXMOX_API_HOST="pve1.example.com"
12
-PROXMOX_API_USER="root@pam"
13
-PROXMOX_API_PASSWORD="..."
+```ini
+PROXMOX_API_HOST=pve1.example.com
+PROXMOX_API_USER=root@pam
+PROXMOX_API_PASSWORD=...
14
```
15
16
Auth using API token (note the _!myTokenName_ in `PROXMOX_API_USER`):
17
18
19
-PROXMOX_API_USER="api@pam!myTokenName"
20
-PROXMOX_API_TOKEN="..."
+
+PROXMOX_API_USER=api@pam!myTokenName
21
+PROXMOX_API_TOKEN=...
22
23
24
## Config.yml
0 commit comments