Skip to content

Commit 8a27c0c

Browse files
committed
docs: remove leftofters
1 parent ca5158a commit 8a27c0c

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

docs/settings.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -50,44 +50,3 @@ excludes:
5050
- Dec24
5151

5252
```
53-
54-
### DigitalOcean API access token
55-
56-
```ini
57-
DIGITALOCEAN_ACCESS_TOKEN=<...>
58-
```
59-
60-
### Hetzner Cloud API token
61-
62-
```ini
63-
HCLOUD_API_TOKEN=<...>
64-
```
65-
66-
### Vultr API key
67-
68-
```ini
69-
VULTR_API_KEY=<...>
70-
```
71-
72-
### Proxmox
73-
74-
```ini
75-
PROXMOX_API_HOST=pve1.example.com
76-
PROXMOX_VERIFY_SSL=true
77-
```
78-
79-
Password auth:
80-
81-
```ini
82-
PROXMOX_API_HOST=pve1.example.com
83-
PROXMOX_API_USER=root@pam
84-
PROXMOX_API_PASSWORD=<...>
85-
```
86-
87-
API token auth:
88-
89-
```ini
90-
PROXMOX_API_HOST=pve1.example.com
91-
PROXMOX_API_USER=api@pam!myTokenName
92-
PROXMOX_API_TOKEN=<...>
93-
```

0 commit comments

Comments
 (0)