lego/providers/dns/vscale/vscale.toml
Ludovic Fernandez 62fea05e21
Automatic generation of documentation (#818)
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00

19 lines
604 B
TOML

Name = "Vscale"
Description = ''''''
URL = "https://vscale.io/"
Code = "vscale"
Example = ''''''
[Configuration]
[Configuration.Credentials]
VSCALE_API_TOKEN = "API token"
[Configuration.Additional]
VSCALE_BASE_URL = "API enddpoint URL"
VSCALE_POLLING_INTERVAL = "Time between DNS propagation check"
VSCALE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
VSCALE_TTL = "The TTL of the TXT record used for the DNS challenge"
VSCALE_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://developers.vscale.io/documentation/api/v1/#api-Domains_Records"