schema: update acme-dns plugin parameter names

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-01-06 11:11:11 +01:00
parent d174663c1d
commit 963319d031

View File

@ -10,7 +10,7 @@
"description" : "The subdomain you got from acme-dns registration", "description" : "The subdomain you got from acme-dns registration",
"type" : "string" "type" : "string"
}, },
"ACMEDNS_UPDATE_URL" : { "ACMEDNS_BASE_URL" : {
"description" : "The API update endpoint", "description" : "The API update endpoint",
"type" : "string" "type" : "string"
}, },