forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
canva.com.website.json
37 lines (37 loc) · 940 Bytes
/
canva.com.website.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"providerId":"canva.com",
"providerName":"Canva",
"serviceId":"website",
"serviceName":"Canva Websites",
"syncPubKeyDomain":"domainconnect.canva.com",
"version": 1,
"logoUrl": "https://static.canva.com/static/images/canva_logo_100x100@2x.png",
"description":"Enables a domain to work with Canva",
"variableDescription":"verify is the verification value for the site and ssl is the certificate verification value",
"records":[
{
"type":"A",
"host":"@",
"pointsTo":"103.169.142.0",
"ttl":300
},
{
"type":"A",
"host":"www",
"pointsTo":"103.169.142.0",
"ttl":300
},
{
"type":"TXT",
"host": "_canva-domain-verify",
"data": "%verify%",
"ttl":300
},
{
"type":"TXT",
"host": "@",
"data": "%ssl%",
"ttl":300
}
]
}