lego/providers/dns/nifcloud/nifcloud.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
633 B
TOML

Name = "NIFCloud"
Description = ''''''
URL = "https://www.nifcloud.com/"
Code = "nifcloud"
Example = ''''''
[Configuration]
[Configuration.Credentials]
NIFCLOUD_ACCESS_KEY_ID = "Access key"
NIFCLOUD_SECRET_ACCESS_KEY = "Secret access key"
[Configuration.Additional]
NIFCLOUD_POLLING_INTERVAL = "Time between DNS propagation check"
NIFCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
NIFCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge"
NIFCLOUD_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://mbaas.nifcloud.com/doc/current/rest/common/format.html"