Skip to content

Commit fb173c2

Browse files
committed
docs: restyle proxmox
1 parent c7f38b5 commit fb173c2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/configs/proxmox.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ Chaotic will stop a VM (qemu and lxc) stop/start it with a delay of a configurab
77

88
Auth using user and password:
99

10-
```
11-
PROXMOX_API_HOST="pve1.example.com"
12-
PROXMOX_API_USER="root@pam"
13-
PROXMOX_API_PASSWORD="..."
10+
```ini
11+
PROXMOX_API_HOST=pve1.example.com
12+
PROXMOX_API_USER=root@pam
13+
PROXMOX_API_PASSWORD=...
1414
```
1515

1616
Auth using API token (note the _!myTokenName_ in `PROXMOX_API_USER`):
17-
```
18-
PROXMOX_API_HOST="pve1.example.com"
19-
PROXMOX_API_USER="api@pam!myTokenName"
20-
PROXMOX_API_TOKEN="..."
17+
18+
```ini
19+
PROXMOX_API_HOST=pve1.example.com
20+
PROXMOX_API_USER=api@pam!myTokenName
21+
PROXMOX_API_TOKEN=...
2122
```
2223

2324
## Config.yml

0 commit comments

Comments
 (0)