lego/providers/dns/namecheap/namecheap.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
602 B
TOML

Name = "Namecheap"
Description = ''''''
URL = "https://www.namecheap.com"
Code = "namecheap"
Example = ''''''
[Configuration]
[Configuration.Credentials]
NAMECHEAP_API_USER = "API user"
NAMECHEAP_API_KEY = "API key"
[Configuration.Additional]
NAMECHEAP_POLLING_INTERVAL = "Time between DNS propagation check"
NAMECHEAP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
NAMECHEAP_TTL = "The TTL of the TXT record used for the DNS challenge"
NAMECHEAP_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://www.namecheap.com/support/api/methods.aspx"