File: netlify.toml

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,080 kB
  • sloc: xml: 533; makefile: 128; sh: 18
file content (22 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name = "Netlify"
Description = ''''''
URL = "https://www.netlify.com"
Code = "netlify"
Since = "v3.7.0"

Example = '''
NETLIFY_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email you@example.com --dns netlify --domains my.example.org run
'''

[Configuration]
  [Configuration.Credentials]
    NETLIFY_TOKEN = "Token"
  [Configuration.Additional]
    NETLIFY_POLLING_INTERVAL = "Time between DNS propagation check"
    NETLIFY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
    NETLIFY_TTL = "The TTL of the TXT record used for the DNS challenge"
    NETLIFY_HTTP_TIMEOUT = "API request timeout"

[Links]
  API = "https://open-api.netlify.com/"