otc.toml 926 B

12345678910111213141516171819202122232425
  1. Name = "Open Telekom Cloud"
  2. Description = ''''''
  3. URL = "https://cloud.telekom.de/en"
  4. Code = "otc"
  5. Since = "v0.4.1"
  6. Example = ''''''
  7. [Configuration]
  8. [Configuration.Credentials]
  9. OTC_USER_NAME = "User name"
  10. OTC_PASSWORD = "Password"
  11. OTC_PROJECT_NAME = "Project name"
  12. OTC_DOMAIN_NAME = "Domain name"
  13. OTC_IDENTITY_ENDPOINT = "Identity endpoint URL"
  14. [Configuration.Additional]
  15. OTC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  16. OTC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  17. OTC_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  18. OTC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  19. OTC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  20. [Links]
  21. API = "https://docs.otc.t-systems.com/domain-name-service/api-ref/index.html"