mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 10:04:07 +02:00
fix do example config
This commit is contained in:
parent
8d8b1f49d2
commit
97779d58d4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ api_key = "xxx"
|
||||||
region = "ams" # see https://api.vultr.com/v2/regions for a list of regions
|
region = "ams" # see https://api.vultr.com/v2/regions for a list of regions
|
||||||
plan = "vc2-1c-2gb" # optional, defaults to vc2-1c-2gb (2GB, $10/month) see https://api.vultr.com/v2/plans for a list of plans
|
plan = "vc2-1c-2gb" # optional, defaults to vc2-1c-2gb (2GB, $10/month) see https://api.vultr.com/v2/plans for a list of plans
|
||||||
|
|
||||||
[digitalocean]
|
[digital_ocean]
|
||||||
api_key = "xxx"
|
api_key = "xxx"
|
||||||
region = "ams3" # see https://api.digitalocean.com/v2/apps/regions for a list of regions
|
region = "ams3" # see https://api.digitalocean.com/v2/apps/regions for a list of regions
|
||||||
plan = "s-1vcpu-2gb" # optional, defaults to s-1vcpu-2gb (2GB, $10/month) see https://api.digitalocean.com/v2/sizes for a list of plans
|
plan = "s-1vcpu-2gb" # optional, defaults to s-1vcpu-2gb (2GB, $10/month) see https://api.digitalocean.com/v2/sizes for a list of plans
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue